Html Css Color HEX #CB736A Contessa

📋 copy color: '#CB736A'

red 203 ◦ green 115 ◦ blue 106

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

Shades of Contessa #CB736A

Tints of Contessa #CB736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25%

R = 47.88%
G = 27.12%
B = 25%

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

#CB736A (or 0xCB736A) is known color: Contessa. HEX triplet: CB, 73 and 6A. RGB value is (203,115,106). Sum of RGB (Red+Green+Blue) = 203+115+106=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB736A is #348C95. Grayscale: #8C8C8C. Windows color (decimal): -3443862 or 6976459. OLE color: 6976459.

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

Color convert

RGB 203 115 106 -
CMYK 0 0.43 0.48 0.20
HSL 5.57º 0.48% 0.61% -
HSV(B) 5.57º 0.48% 0.8% -
XYZ 33.36 26 16.9 -
YUV 140.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 203 115 106 0 0.43 0.48 0.20 5.57 0.48 0.61
Hex CB 73 6A 0 2B 30 14 6 30 3D
Octal 313 163 152 0 53 60 24 6 60 75
Binary 11001011 1110011 1101010 0 101011 110000 10100 110 110000 111101

Color Harmonies of #CB736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB736A

Black with #CB736A

Text Example


Text Example

White with #CB736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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