Html Css Color HEX #CB6962 Contessa

📋 copy color: '#CB6962'

red 203 ◦ green 105 ◦ blue 98

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

Shades of Contessa #CB6962

Tints of Contessa #CB6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

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

R = 50%
G = 25.86%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6962 (or 0xCB6962) is known color: Contessa. HEX triplet: CB, 69 and 62. RGB value is (203,105,98). Sum of RGB (Red+Green+Blue) = 203+105+98=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6962 is #34969D. Grayscale: #858585. Windows color (decimal): -3446430 or 6449611. OLE color: 6449611.

HSL color Cylindrical-coordinate representation of color #CB6962: hue angle of 4º 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 #CB6962 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 98 -
CMYK 0 0.48 0.52 0.20
HSL 0.5% 0.59% -
HSV(B) 0.52% 0.8% -
XYZ 31.88 23.68 14.45 -
YUV 133.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 203 105 98 0 0.48 0.52 0.20 4 0.5 0.59
Hex CB 69 62 0 30 34 14 4 32 3B
Octal 313 151 142 0 60 64 24 4 62 73
Binary 11001011 1101001 1100010 0 110000 110100 10100 100 110010 111011

Color Harmonies of #CB6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6962

Black with #CB6962

Text Example


Text Example

White with #CB6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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