Html Css Color HEX #CA700F Chocolate

📋 copy color: '#CA700F'

red 202 ◦ green 112 ◦ blue 15

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

Shades of Chocolate #CA700F

Tints of Chocolate #CA700F

RGB

 RED value IS 202 (79.3% from 255) = 61.4%

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 61.4%
G = 34.04%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA700F (or 0xCA700F) is known color: Chocolate. HEX triplet: CA, 70 and 0F. RGB value is (202,112,15). Sum of RGB (Red+Green+Blue) = 202+112+15=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA700F is #358FF0. Grayscale: #808080. Windows color (decimal): -3510257 or 1011914. OLE color: 1011914.

HSL color Cylindrical-coordinate representation of color #CA700F: hue angle of 31.12º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA700F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 15 -
CMYK 0 0.45 0.93 0.21
HSL 31.12º 0.86% 0.43% -
HSV(B) 31.12º 0.93% 0.79% -
XYZ 30.24 24.18 3.53 -
YUV 127.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 202 112 15 0 0.45 0.93 0.21 31.12 0.86 0.43
Hex CA 70 F 0 2D 5D 15 1F 56 2B
Octal 312 160 17 0 55 135 25 37 126 53
Binary 11001010 1110000 1111 0 101101 1011101 10101 11111 1010110 101011

Color Harmonies of #CA700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA700F

Black with #CA700F

Text Example


Text Example

White with #CA700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA700F; }

 p { color: rgb(202,112,15); }

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

background-color css

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

 a { background-color: rgb(202,112,15); }

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

border-color css

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

 span { border-color: rgb(202,112,15); }

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