Html Css Color HEX #CB7369 Contessa

📋 copy color: '#CB7369'

red 203 ◦ green 115 ◦ blue 105

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

Shades of Contessa #CB7369

Tints of Contessa #CB7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

 BLUE value IS 105 (41.41% from 255) = 24.82%

R = 47.99%
G = 27.19%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB7369 (or 0xCB7369) is known color: Contessa. HEX triplet: CB, 73 and 69. RGB value is (203,115,105). Sum of RGB (Red+Green+Blue) = 203+115+105=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7369 is #348C96. Grayscale: #8C8C8C. Windows color (decimal): -3443863 or 6910923. OLE color: 6910923.

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

Color convert

RGB 203 115 105 -
CMYK 0 0.43 0.48 0.20
HSL 6.12º 0.49% 0.6% -
HSV(B) 6.12º 0.48% 0.8% -
XYZ 33.31 25.98 16.62 -
YUV 140.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 203 115 105 0 0.43 0.48 0.20 6.12 0.49 0.6
Hex CB 73 69 0 2B 30 14 6 31 3C
Octal 313 163 151 0 53 60 24 6 61 74
Binary 11001011 1110011 1101001 0 101011 110000 10100 110 110001 111100

Color Harmonies of #CB7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7369

Black with #CB7369

Text Example


Text Example

White with #CB7369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7369; }

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

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

background-color css

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

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

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

border-color css

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

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

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