Html Css Color HEX #CB6B62 Contessa

📋 copy color: '#CB6B62'

red 203 ◦ green 107 ◦ blue 98

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

Shades of Contessa #CB6B62

Tints of Contessa #CB6B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.23%

 BLUE value IS 98 (38.67% from 255) = 24.02%

R = 49.75%
G = 26.23%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6B62 (or 0xCB6B62) is known color: Contessa. HEX triplet: CB, 6B and 62. RGB value is (203,107,98). Sum of RGB (Red+Green+Blue) = 203+107+98=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B62 is #34949D. Grayscale: #868686. Windows color (decimal): -3445918 or 6450123. OLE color: 6450123.

HSL color Cylindrical-coordinate representation of color #CB6B62: hue angle of 5.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6B62 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 98 -
CMYK 0 0.47 0.52 0.20
HSL 5.14º 0.5% 0.59% -
HSV(B) 5.14º 0.52% 0.8% -
XYZ 32.09 24.09 14.51 -
YUV 134.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 203 107 98 0 0.47 0.52 0.20 5.14 0.5 0.59
Hex CB 6B 62 0 2F 34 14 5 32 3B
Octal 313 153 142 0 57 64 24 5 62 73
Binary 11001011 1101011 1100010 0 101111 110100 10100 101 110010 111011

Color Harmonies of #CB6B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B62

Black with #CB6B62

Text Example


Text Example

White with #CB6B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B62; }

 p { color: rgb(203,107,98); }

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

background-color css

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

 a { background-color: rgb(203,107,98); }

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

border-color css

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

 span { border-color: rgb(203,107,98); }

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