Html Css Color HEX #CC783A Zest

📋 copy color: '#CC783A'

red 204 ◦ green 120 ◦ blue 58

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

Shades of Zest #CC783A

Tints of Zest #CC783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 53.4%
G = 31.41%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC783A (or 0xCC783A) is known color: Zest. HEX triplet: CC, 78 and 3A. RGB value is (204,120,58). Sum of RGB (Red+Green+Blue) = 204+120+58=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC783A is #3387C5. Grayscale: #8A8A8A. Windows color (decimal): -3377094 or 3832012. OLE color: 3832012.

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

Color convert

RGB 204 120 58 -
CMYK 0 0.41 0.72 0.2
HSL 25.48º 0.59% 0.51% -
HSV(B) 25.48º 0.72% 0.8% -
XYZ 32.38 26.58 7.43 -
YUV 138.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 204 120 58 0 0.41 0.72 0.2 25.48 0.59 0.51
Hex CC 78 3A 0 29 48 14 19 3B 33
Octal 314 170 72 0 51 110 24 31 73 63
Binary 11001100 1111000 111010 0 101001 1001000 10100 11001 111011 110011

Color Harmonies of #CC783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC783A

Black with #CC783A

Text Example


Text Example

White with #CC783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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