Html Css Color HEX #CA7D10 Ochre

📋 copy color: '#CA7D10'

red 202 ◦ green 125 ◦ blue 16

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

Shades of Ochre #CA7D10

Tints of Ochre #CA7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.44%

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 58.89%
G = 36.44%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7D10 (or 0xCA7D10) is known color: Ochre. HEX triplet: CA, 7D and 10. RGB value is (202,125,16). Sum of RGB (Red+Green+Blue) = 202+125+16=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7D10 is #3582EF. Grayscale: #888888. Windows color (decimal): -3506928 or 1080778. OLE color: 1080778.

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

Color convert

RGB 202 125 16 -
CMYK 0 0.38 0.92 0.21
HSL 35.16º 0.85% 0.43% -
HSV(B) 35.16º 0.92% 0.79% -
XYZ 31.78 27.26 4.08 -
YUV 135.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 202 125 16 0 0.38 0.92 0.21 35.16 0.85 0.43
Hex CA 7D 10 0 26 5C 15 23 55 2B
Octal 312 175 20 0 46 134 25 43 125 53
Binary 11001010 1111101 10000 0 100110 1011100 10101 100011 1010101 101011

Color Harmonies of #CA7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D10

Black with #CA7D10

Text Example


Text Example

White with #CA7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D10; }

 p { color: rgb(202,125,16); }

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

background-color css

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

 a { background-color: rgb(202,125,16); }

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

border-color css

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

 span { border-color: rgb(202,125,16); }

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