Html Css Color HEX #CA7F10 Ochre

📋 copy color: '#CA7F10'

red 202 ◦ green 127 ◦ blue 16

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

Shades of Ochre #CA7F10

Tints of Ochre #CA7F10

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

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

R = 58.55%
G = 36.81%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7F10 (or 0xCA7F10) is known color: Ochre. HEX triplet: CA, 7F and 10. RGB value is (202,127,16). Sum of RGB (Red+Green+Blue) = 202+127+16=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7F10 is #3580EF. Grayscale: #898989. Windows color (decimal): -3506416 or 1081290. OLE color: 1081290.

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

Color convert

RGB 202 127 16 -
CMYK 0 0.37 0.92 0.21
HSL 35.81º 0.85% 0.43% -
HSV(B) 35.81º 0.92% 0.79% -
XYZ 32.04 27.77 4.16 -
YUV 136.77 59.85 174.53 -
System Red Green Blue C M Y K H S L
Decimal 202 127 16 0 0.37 0.92 0.21 35.81 0.85 0.43
Hex CA 7F 10 0 25 5C 15 24 55 2B
Octal 312 177 20 0 45 134 25 44 125 53
Binary 11001010 1111111 10000 0 100101 1011100 10101 100100 1010101 101011

Color Harmonies of #CA7F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F10

Black with #CA7F10

Text Example


Text Example

White with #CA7F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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