Html Css Color HEX #CC7138 Zest

📋 copy color: '#CC7138'

red 204 ◦ green 113 ◦ blue 56

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

Shades of Zest #CC7138

Tints of Zest #CC7138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 54.69%
G = 30.29%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7138 (or 0xCC7138) is known color: Zest. HEX triplet: CC, 71 and 38. RGB value is (204,113,56). Sum of RGB (Red+Green+Blue) = 204+113+56=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7138 is #338EC7. Grayscale: #868686. Windows color (decimal): -3378888 or 3699148. OLE color: 3699148.

HSL color Cylindrical-coordinate representation of color #CC7138: hue angle of 23.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7138 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 56 -
CMYK 0 0.45 0.73 0.2
HSL 23.11º 0.59% 0.51% -
HSV(B) 23.11º 0.73% 0.8% -
XYZ 31.52 24.93 6.89 -
YUV 133.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 204 113 56 0 0.45 0.73 0.2 23.11 0.59 0.51
Hex CC 71 38 0 2D 49 14 17 3B 33
Octal 314 161 70 0 55 111 24 27 73 63
Binary 11001100 1110001 111000 0 101101 1001001 10100 10111 111011 110011

Color Harmonies of #CC7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7138

Black with #CC7138

Text Example


Text Example

White with #CC7138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7138; }

 p { color: rgb(204,113,56); }

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

background-color css

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

 a { background-color: rgb(204,113,56); }

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

border-color css

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

 span { border-color: rgb(204,113,56); }

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