Html Css Color HEX #CA7007 Chocolate

📋 copy color: '#CA7007'

red 202 ◦ green 112 ◦ blue 7

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

Shades of Chocolate #CA7007

Tints of Chocolate #CA7007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 62.93%
G = 34.89%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA7007 (or 0xCA7007) is known color: Chocolate. HEX triplet: CA, 70 and 07. RGB value is (202,112,7). Sum of RGB (Red+Green+Blue) = 202+112+7=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7007 is #358FF8. Grayscale: #7F7F7F. Windows color (decimal): -3510265 or 487626. OLE color: 487626.

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

Color convert

RGB 202 112 7 -
CMYK 0 0.45 0.97 0.21
HSL 32.31º 0.93% 0.41% -
HSV(B) 32.31º 0.97% 0.79% -
XYZ 30.19 24.16 3.27 -
YUV 126.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 202 112 7 0 0.45 0.97 0.21 32.31 0.93 0.41
Hex CA 70 7 0 2D 61 15 20 5D 29
Octal 312 160 7 0 55 141 25 40 135 51
Binary 11001010 1110000 111 0 101101 1100001 10101 100000 1011101 101001

Color Harmonies of #CA7007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7007

Black with #CA7007

Text Example


Text Example

White with #CA7007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7007; }

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

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

background-color css

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

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

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

border-color css

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

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

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