Html Css Color HEX #CC733F Zest

📋 copy color: '#CC733F'

red 204 ◦ green 115 ◦ blue 63

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

Shades of Zest #CC733F

Tints of Zest #CC733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 63 (25% from 255) = 16.49%

R = 53.4%
G = 30.1%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC733F (or 0xCC733F) is known color: Zest. HEX triplet: CC, 73 and 3F. RGB value is (204,115,63). Sum of RGB (Red+Green+Blue) = 204+115+63=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC733F is #338CC0. Grayscale: #878787. Windows color (decimal): -3378369 or 4158412. OLE color: 4158412.

HSL color Cylindrical-coordinate representation of color #CC733F: hue angle of 22.13º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC733F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 115 63 -
CMYK 0 0.44 0.69 0.2
HSL 22.13º 0.58% 0.52% -
HSV(B) 22.13º 0.69% 0.8% -
XYZ 31.93 25.46 7.93 -
YUV 135.68 86.99 176.73 -
System Red Green Blue C M Y K H S L
Decimal 204 115 63 0 0.44 0.69 0.2 22.13 0.58 0.52
Hex CC 73 3F 0 2C 45 14 16 3A 34
Octal 314 163 77 0 54 105 24 26 72 64
Binary 11001100 1110011 111111 0 101100 1000101 10100 10110 111010 110100

Color Harmonies of #CC733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC733F

Black with #CC733F

Text Example


Text Example

White with #CC733F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC733F; }

 p { color: rgb(204,115,63); }

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

background-color css

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

 a { background-color: rgb(204,115,63); }

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

border-color css

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

 span { border-color: rgb(204,115,63); }

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