Html Css Color HEX #CC7567 Contessa

📋 copy color: '#CC7567'

red 204 ◦ green 117 ◦ blue 103

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

Shades of Contessa #CC7567

Tints of Contessa #CC7567

RGB

 RED value IS 204 (80.08% from 255) = 48.11%

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 103 (40.63% from 255) = 24.29%

R = 48.11%
G = 27.59%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC7567 (or 0xCC7567) is known color: Contessa. HEX triplet: CC, 75 and 67. RGB value is (204,117,103). Sum of RGB (Red+Green+Blue) = 204+117+103=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7567 is #338A98. Grayscale: #8D8D8D. Windows color (decimal): -3377817 or 6780364. OLE color: 6780364.

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

Color convert

RGB 204 117 103 -
CMYK 0 0.43 0.50 0.2
HSL 8.32º 0.5% 0.6% -
HSV(B) 8.32º 0.5% 0.8% -
XYZ 33.71 26.54 16.18 -
YUV 141.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 204 117 103 0 0.43 0.50 0.2 8.32 0.5 0.6
Hex CC 75 67 0 2B 32 14 8 32 3C
Octal 314 165 147 0 53 62 24 10 62 74
Binary 11001100 1110101 1100111 0 101011 110010 10100 1000 110010 111100

Color Harmonies of #CC7567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7567

Black with #CC7567

Text Example


Text Example

White with #CC7567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7567; }

 p { color: rgb(204,117,103); }

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

background-color css

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

 a { background-color: rgb(204,117,103); }

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

border-color css

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

 span { border-color: rgb(204,117,103); }

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