Html Css Color HEX #CC713A Zest

📋 copy color: '#CC713A'

red 204 ◦ green 113 ◦ blue 58

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

Shades of Zest #CC713A

Tints of Zest #CC713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.47%

R = 54.4%
G = 30.13%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC713A (or 0xCC713A) is known color: Zest. HEX triplet: CC, 71 and 3A. RGB value is (204,113,58). Sum of RGB (Red+Green+Blue) = 204+113+58=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC713A is #338EC5. Grayscale: #868686. Windows color (decimal): -3378886 or 3830220. OLE color: 3830220.

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

Color convert

RGB 204 113 58 -
CMYK 0 0.45 0.72 0.2
HSL 22.6º 0.59% 0.51% -
HSV(B) 22.6º 0.72% 0.8% -
XYZ 31.57 24.95 7.16 -
YUV 133.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 204 113 58 0 0.45 0.72 0.2 22.6 0.59 0.51
Hex CC 71 3A 0 2D 48 14 17 3B 33
Octal 314 161 72 0 55 110 24 27 73 63
Binary 11001100 1110001 111010 0 101101 1001000 10100 10111 111011 110011

Color Harmonies of #CC713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC713A

Black with #CC713A

Text Example


Text Example

White with #CC713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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