Html Css Color HEX #CB6961 Contessa

📋 copy color: '#CB6961'

red 203 ◦ green 105 ◦ blue 97

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

Shades of Contessa #CB6961

Tints of Contessa #CB6961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.95%

R = 50.12%
G = 25.93%
B = 23.95%

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

#CB6961 (or 0xCB6961) is known color: Contessa. HEX triplet: CB, 69 and 61. RGB value is (203,105,97). Sum of RGB (Red+Green+Blue) = 203+105+97=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6961 is #34969E. Grayscale: #858585. Windows color (decimal): -3446431 or 6384075. OLE color: 6384075.

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

Color convert

RGB 203 105 97 -
CMYK 0 0.48 0.52 0.20
HSL 4.53º 0.5% 0.59% -
HSV(B) 4.53º 0.52% 0.8% -
XYZ 31.84 23.66 14.2 -
YUV 133.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 203 105 97 0 0.48 0.52 0.20 4.53 0.5 0.59
Hex CB 69 61 0 30 34 14 5 32 3B
Octal 313 151 141 0 60 64 24 5 62 73
Binary 11001011 1101001 1100001 0 110000 110100 10100 101 110010 111011

Color Harmonies of #CB6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6961

Black with #CB6961

Text Example


Text Example

White with #CB6961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6961; }

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

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

background-color css

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

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

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

border-color css

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

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

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