Html Css Color HEX #CB6C68 Contessa

📋 copy color: '#CB6C68'

red 203 ◦ green 108 ◦ blue 104

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

Shades of Contessa #CB6C68

Tints of Contessa #CB6C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 48.92%
G = 26.02%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB6C68 (or 0xCB6C68) is known color: Contessa. HEX triplet: CB, 6C and 68. RGB value is (203,108,104). Sum of RGB (Red+Green+Blue) = 203+108+104=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C68 is #349397. Grayscale: #888888. Windows color (decimal): -3445656 or 6843595. OLE color: 6843595.

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

Color convert

RGB 203 108 104 -
CMYK 0 0.47 0.49 0.20
HSL 2.42º 0.49% 0.6% -
HSV(B) 2.42º 0.49% 0.8% -
XYZ 32.49 24.42 16.1 -
YUV 135.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 203 108 104 0 0.47 0.49 0.20 2.42 0.49 0.6
Hex CB 6C 68 0 2F 31 14 2 31 3C
Octal 313 154 150 0 57 61 24 2 61 74
Binary 11001011 1101100 1101000 0 101111 110001 10100 10 110001 111100

Color Harmonies of #CB6C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C68

Black with #CB6C68

Text Example


Text Example

White with #CB6C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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