Html Css Color HEX #CB746B Contessa

📋 copy color: '#CB746B'

red 203 ◦ green 116 ◦ blue 107

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

Shades of Contessa #CB746B

Tints of Contessa #CB746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 47.65%
G = 27.23%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB746B (or 0xCB746B) is known color: Contessa. HEX triplet: CB, 74 and 6B. RGB value is (203,116,107). Sum of RGB (Red+Green+Blue) = 203+116+107=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB746B is #348B94. Grayscale: #8D8D8D. Windows color (decimal): -3443605 or 7042251. OLE color: 7042251.

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

Color convert

RGB 203 116 107 -
CMYK 0 0.43 0.47 0.20
HSL 5.63º 0.48% 0.61% -
HSV(B) 5.63º 0.47% 0.8% -
XYZ 33.53 26.25 17.21 -
YUV 140.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 203 116 107 0 0.43 0.47 0.20 5.63 0.48 0.61
Hex CB 74 6B 0 2B 2F 14 6 30 3D
Octal 313 164 153 0 53 57 24 6 60 75
Binary 11001011 1110100 1101011 0 101011 101111 10100 110 110000 111101

Color Harmonies of #CB746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB746B

Black with #CB746B

Text Example


Text Example

White with #CB746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB746B; }

 p { color: rgb(203,116,107); }

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

background-color css

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

 a { background-color: rgb(203,116,107); }

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

border-color css

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

 span { border-color: rgb(203,116,107); }

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