Html Css Color HEX #CA7109 Ochre

📋 copy color: '#CA7109'

red 202 ◦ green 113 ◦ blue 9

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

Shades of Ochre #CA7109

Tints of Ochre #CA7109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 62.35%
G = 34.88%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA7109 (or 0xCA7109) is known color: Ochre. HEX triplet: CA, 71 and 09. RGB value is (202,113,9). Sum of RGB (Red+Green+Blue) = 202+113+9=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7109 is #358EF6. Grayscale: #808080. Windows color (decimal): -3510007 or 618954. OLE color: 618954.

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

Color convert

RGB 202 113 9 -
CMYK 0 0.44 0.96 0.21
HSL 32.33º 0.91% 0.41% -
HSV(B) 32.33º 0.96% 0.79% -
XYZ 30.31 24.39 3.37 -
YUV 127.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 202 113 9 0 0.44 0.96 0.21 32.33 0.91 0.41
Hex CA 71 9 0 2C 60 15 20 5B 29
Octal 312 161 11 0 54 140 25 40 133 51
Binary 11001010 1110001 1001 0 101100 1100000 10101 100000 1011011 101001

Color Harmonies of #CA7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7109

Black with #CA7109

Text Example


Text Example

White with #CA7109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7109; }

 p { color: rgb(202,113,9); }

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

background-color css

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

 a { background-color: rgb(202,113,9); }

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

border-color css

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

 span { border-color: rgb(202,113,9); }

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