Html Css Color HEX #CB746D Contessa

📋 copy color: '#CB746D'

red 203 ◦ green 116 ◦ blue 109

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

Shades of Contessa #CB746D

Tints of Contessa #CB746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 47.43%
G = 27.1%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB746D (or 0xCB746D) is known color: Contessa. HEX triplet: CB, 74 and 6D. RGB value is (203,116,109). Sum of RGB (Red+Green+Blue) = 203+116+109=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB746D is #348B92. Grayscale: #8D8D8D. Windows color (decimal): -3443603 or 7173323. OLE color: 7173323.

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

Color convert

RGB 203 116 109 -
CMYK 0 0.43 0.46 0.20
HSL 4.47º 0.47% 0.61% -
HSV(B) 4.47º 0.46% 0.8% -
XYZ 33.63 26.29 17.77 -
YUV 141.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 203 116 109 0 0.43 0.46 0.20 4.47 0.47 0.61
Hex CB 74 6D 0 2B 2E 14 4 2F 3D
Octal 313 164 155 0 53 56 24 4 57 75
Binary 11001011 1110100 1101101 0 101011 101110 10100 100 101111 111101

Color Harmonies of #CB746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB746D

Black with #CB746D

Text Example


Text Example

White with #CB746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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