Html Css Color HEX #CA7306 Ochre

📋 copy color: '#CA7306'

red 202 ◦ green 115 ◦ blue 6

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

Shades of Ochre #CA7306

Tints of Ochre #CA7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 62.54%
G = 35.6%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA7306 (or 0xCA7306) is known color: Ochre. HEX triplet: CA, 73 and 06. RGB value is (202,115,6). Sum of RGB (Red+Green+Blue) = 202+115+6=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7306 is #358CF9. Grayscale: #818181. Windows color (decimal): -3509498 or 422858. OLE color: 422858.

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

Color convert

RGB 202 115 6 -
CMYK 0 0.43 0.97 0.21
HSL 33.37º 0.94% 0.41% -
HSV(B) 33.37º 0.97% 0.79% -
XYZ 30.52 24.83 3.36 -
YUV 128.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 202 115 6 0 0.43 0.97 0.21 33.37 0.94 0.41
Hex CA 73 6 0 2B 61 15 21 5E 29
Octal 312 163 6 0 53 141 25 41 136 51
Binary 11001010 1110011 110 0 101011 1100001 10101 100001 1011110 101001

Color Harmonies of #CA7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7306

Black with #CA7306

Text Example


Text Example

White with #CA7306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7306; }

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

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

background-color css

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

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

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

border-color css

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

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

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