Html Css Color HEX #CC7438 Zest

📋 copy color: '#CC7438'

red 204 ◦ green 116 ◦ blue 56

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

Shades of Zest #CC7438

Tints of Zest #CC7438

RGB

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

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

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

R = 54.26%
G = 30.85%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7438 (or 0xCC7438) is known color: Zest. HEX triplet: CC, 74 and 38. RGB value is (204,116,56). Sum of RGB (Red+Green+Blue) = 204+116+56=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7438 is #338BC7. Grayscale: #878787. Windows color (decimal): -3378120 or 3699916. OLE color: 3699916.

HSL color Cylindrical-coordinate representation of color #CC7438: hue angle of 24.32º 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 #CC7438 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 56 -
CMYK 0 0.43 0.73 0.2
HSL 24.32º 0.59% 0.51% -
HSV(B) 24.32º 0.73% 0.8% -
XYZ 31.86 25.61 7.01 -
YUV 135.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 204 116 56 0 0.43 0.73 0.2 24.32 0.59 0.51
Hex CC 74 38 0 2B 49 14 18 3B 33
Octal 314 164 70 0 53 111 24 30 73 63
Binary 11001100 1110100 111000 0 101011 1001001 10100 11000 111011 110011

Color Harmonies of #CC7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7438

Black with #CC7438

Text Example


Text Example

White with #CC7438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7438; }

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

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

background-color css

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

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

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

border-color css

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

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

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