Html Css Color HEX #CF7638 Zest

📋 copy color: '#CF7638'

red 207 ◦ green 118 ◦ blue 56

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

Shades of Zest #CF7638

Tints of Zest #CF7638

RGB

 RED value IS 207 (81.25% from 255) = 54.33%

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 54.33%
G = 30.97%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF7638 (or 0xCF7638) is known color: Zest. HEX triplet: CF, 76 and 38. RGB value is (207,118,56). Sum of RGB (Red+Green+Blue) = 207+118+56=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7638 is #3089C7. Grayscale: #898989. Windows color (decimal): -3181000 or 3700431. OLE color: 3700431.

HSL color Cylindrical-coordinate representation of color #CF7638: hue angle of 24.64º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF7638 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 56 -
CMYK 0 0.43 0.73 0.19
HSL 24.64º 0.61% 0.52% -
HSV(B) 24.64º 0.73% 0.81% -
XYZ 32.92 26.51 7.12 -
YUV 137.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 207 118 56 0 0.43 0.73 0.19 24.64 0.61 0.52
Hex CF 76 38 0 2B 49 13 19 3D 34
Octal 317 166 70 0 53 111 23 31 75 64
Binary 11001111 1110110 111000 0 101011 1001001 10011 11001 111101 110100

Color Harmonies of #CF7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7638

Black with #CF7638

Text Example


Text Example

White with #CF7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7638; }

 p { color: rgb(207,118,56); }

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

background-color css

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

 a { background-color: rgb(207,118,56); }

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

border-color css

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

 span { border-color: rgb(207,118,56); }

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