Html Css Color HEX #CA7206 Ochre

📋 copy color: '#CA7206'

red 202 ◦ green 114 ◦ blue 6

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

Shades of Ochre #CA7206

Tints of Ochre #CA7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 62.73%
G = 35.4%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA7206 (or 0xCA7206) is known color: Ochre. HEX triplet: CA, 72 and 06. RGB value is (202,114,6). Sum of RGB (Red+Green+Blue) = 202+114+6=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 6 (2.73% from 255 or 1.86% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7206 is #358DF9. Grayscale: #808080. Windows color (decimal): -3509754 or 422602. OLE color: 422602.

HSL color Cylindrical-coordinate representation of color #CA7206: hue angle of 33.06º degrees, saturation: 0.94, 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 #CA7206 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 114 6 -
CMYK 0 0.44 0.97 0.21
HSL 33.06º 0.94% 0.41% -
HSV(B) 33.06º 0.97% 0.79% -
XYZ 30.41 24.6 3.32 -
YUV 128 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 202 114 6 0 0.44 0.97 0.21 33.06 0.94 0.41
Hex CA 72 6 0 2C 61 15 21 5E 29
Octal 312 162 6 0 54 141 25 41 136 51
Binary 11001010 1110010 110 0 101100 1100001 10101 100001 1011110 101001

Color Harmonies of #CA7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7206

Black with #CA7206

Text Example


Text Example

White with #CA7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7206; }

 p { color: rgb(202,114,6); }

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

background-color css

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

 a { background-color: rgb(202,114,6); }

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

border-color css

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

 span { border-color: rgb(202,114,6); }

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