Html Css Color HEX #CA710C Ochre

📋 copy color: '#CA710C'

red 202 ◦ green 113 ◦ blue 12

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

Shades of Ochre #CA710C

Tints of Ochre #CA710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.67%

R = 61.77%
G = 34.56%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA710C (or 0xCA710C) is known color: Ochre. HEX triplet: CA, 71 and 0C. RGB value is (202,113,12). Sum of RGB (Red+Green+Blue) = 202+113+12=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA710C is #358EF3. Grayscale: #808080. Windows color (decimal): -3510004 or 815562. OLE color: 815562.

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

Color convert

RGB 202 113 12 -
CMYK 0 0.44 0.94 0.21
HSL 31.89º 0.89% 0.42% -
HSV(B) 31.89º 0.94% 0.79% -
XYZ 30.33 24.39 3.46 -
YUV 128.1 62.49 180.71 -
System Red Green Blue C M Y K H S L
Decimal 202 113 12 0 0.44 0.94 0.21 31.89 0.89 0.42
Hex CA 71 C 0 2C 5E 15 20 59 2A
Octal 312 161 14 0 54 136 25 40 131 52
Binary 11001010 1110001 1100 0 101100 1011110 10101 100000 1011001 101010

Color Harmonies of #CA710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA710C

Black with #CA710C

Text Example


Text Example

White with #CA710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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