Html Css Color HEX #CF713A Zest

📋 copy color: '#CF713A'

red 207 ◦ green 113 ◦ blue 58

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

Shades of Zest #CF713A

Tints of Zest #CF713A

RGB

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

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

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

R = 54.76%
G = 29.89%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF713A (or 0xCF713A) is known color: Zest. HEX triplet: CF, 71 and 3A. RGB value is (207,113,58). Sum of RGB (Red+Green+Blue) = 207+113+58=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF713A is #308EC5. Grayscale: #878787. Windows color (decimal): -3182278 or 3830223. OLE color: 3830223.

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

Color convert

RGB 207 113 58 -
CMYK 0 0.45 0.72 0.19
HSL 22.15º 0.61% 0.52% -
HSV(B) 22.15º 0.72% 0.81% -
XYZ 32.4 25.38 7.19 -
YUV 134.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 207 113 58 0 0.45 0.72 0.19 22.15 0.61 0.52
Hex CF 71 3A 0 2D 48 13 16 3D 34
Octal 317 161 72 0 55 110 23 26 75 64
Binary 11001111 1110001 111010 0 101101 1001000 10011 10110 111101 110100

Color Harmonies of #CF713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF713A

Black with #CF713A

Text Example


Text Example

White with #CF713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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