Html Css Color HEX #CC743F Zest

📋 copy color: '#CC743F'

red 204 ◦ green 116 ◦ blue 63

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

Shades of Zest #CC743F

Tints of Zest #CC743F

RGB

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

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

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

R = 53.26%
G = 30.29%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC743F (or 0xCC743F) is known color: Zest. HEX triplet: CC, 74 and 3F. RGB value is (204,116,63). Sum of RGB (Red+Green+Blue) = 204+116+63=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC743F is #338BC0. Grayscale: #888888. Windows color (decimal): -3378113 or 4158668. OLE color: 4158668.

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

Color convert

RGB 204 116 63 -
CMYK 0 0.43 0.69 0.2
HSL 22.55º 0.58% 0.52% -
HSV(B) 22.55º 0.69% 0.8% -
XYZ 32.04 25.69 7.97 -
YUV 136.27 86.65 176.31 -
System Red Green Blue C M Y K H S L
Decimal 204 116 63 0 0.43 0.69 0.2 22.55 0.58 0.52
Hex CC 74 3F 0 2B 45 14 17 3A 34
Octal 314 164 77 0 53 105 24 27 72 64
Binary 11001100 1110100 111111 0 101011 1000101 10100 10111 111010 110100

Color Harmonies of #CC743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC743F

Black with #CC743F

Text Example


Text Example

White with #CC743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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