Html Css Color HEX #CB713F Zest

📋 copy color: '#CB713F'

red 203 ◦ green 113 ◦ blue 63

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

Shades of Zest #CB713F

Tints of Zest #CB713F

RGB

 RED value IS 203 (79.69% from 255) = 53.56%

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

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

R = 53.56%
G = 29.82%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB713F (or 0xCB713F) is known color: Zest. HEX triplet: CB, 71 and 3F. RGB value is (203,113,63). Sum of RGB (Red+Green+Blue) = 203+113+63=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB713F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB713F is #348EC0. Grayscale: #868686. Windows color (decimal): -3444417 or 4157899. OLE color: 4157899.

HSL color Cylindrical-coordinate representation of color #CB713F: hue angle of 21.43º degrees, saturation: 0.57, 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 #CB713F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 63 -
CMYK 0 0.44 0.69 0.20
HSL 21.43º 0.57% 0.52% -
HSV(B) 21.43º 0.69% 0.8% -
XYZ 31.43 24.87 7.85 -
YUV 134.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 203 113 63 0 0.44 0.69 0.20 21.43 0.57 0.52
Hex CB 71 3F 0 2C 45 14 15 39 34
Octal 313 161 77 0 54 105 24 25 71 64
Binary 11001011 1110001 111111 0 101100 1000101 10100 10101 111001 110100

Color Harmonies of #CB713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB713F

Black with #CB713F

Text Example


Text Example

White with #CB713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB713F; }

 p { color: rgb(203,113,63); }

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

background-color css

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

 a { background-color: rgb(203,113,63); }

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

border-color css

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

 span { border-color: rgb(203,113,63); }

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