Html Css Color HEX #CB6D68 Contessa

📋 copy color: '#CB6D68'

red 203 ◦ green 109 ◦ blue 104

#CB6D68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #CB6D68

Tints of Contessa #CB6D68

RGB

 RED value IS 203 (79.69% from 255) = 48.8%

 GREEN value IS 109 (42.97% from 255) = 26.2%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 48.8%
G = 26.2%
B = 25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB6D68 (or 0xCB6D68) is known color: Contessa. HEX triplet: CB, 6D and 68. RGB value is (203,109,104). Sum of RGB (Red+Green+Blue) = 203+109+104=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D68 is #349297. Grayscale: #888888. Windows color (decimal): -3445400 or 6843851. OLE color: 6843851.

HSL color Cylindrical-coordinate representation of color #CB6D68: hue angle of 3.03º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6D68 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 109 104 -
CMYK 0 0.46 0.49 0.20
HSL 3.03º 0.49% 0.6% -
HSV(B) 3.03º 0.49% 0.8% -
XYZ 32.6 24.63 16.13 -
YUV 136.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 203 109 104 0 0.46 0.49 0.20 3.03 0.49 0.6
Hex CB 6D 68 0 2E 31 14 3 31 3C
Octal 313 155 150 0 56 61 24 3 61 74
Binary 11001011 1101101 1101000 0 101110 110001 10100 11 110001 111100

Color Harmonies of #CB6D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D68

Black with #CB6D68

Text Example


Text Example

White with #CB6D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D68; }

 p { color: rgb(203,109,104); }

 H1.HeaderClassName
 {
   color: #CB6D68;
 }
 .AnyTagClassName
 {
   color: #CB6D68;
 }
</style>

background-color css

<style>
 a { background-color: #CB6D68; }

 a { background-color: rgb(203,109,104); }

 div.DivClassName
 {
   background-color: #CB6D68;
 }
 .BgClassName
 {
   background-color: #CB6D68;
 }
</style>

border-color css

<style>
 span { border-color: #CB6D68; }

 span { border-color: rgb(203,109,104); }

 td.TdClassName
 {
   border-color: #CB6D68;
 }
 .TagClassName
 {
   border-color: #CB6D68;
 }
</style>