Html Css Color HEX #CA720A Ochre

📋 copy color: '#CA720A'

red 202 ◦ green 114 ◦ blue 10

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

Shades of Ochre #CA720A

Tints of Ochre #CA720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 10 (4.3% from 255) = 3.07%

R = 61.96%
G = 34.97%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CA720A (or 0xCA720A) is known color: Ochre. HEX triplet: CA, 72 and 0A. RGB value is (202,114,10). Sum of RGB (Red+Green+Blue) = 202+114+10=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA720A is #358DF5. Grayscale: #808080. Windows color (decimal): -3509750 or 684746. OLE color: 684746.

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

Color convert

RGB 202 114 10 -
CMYK 0 0.44 0.95 0.21
HSL 32.5º 0.91% 0.42% -
HSV(B) 32.5º 0.95% 0.79% -
XYZ 30.43 24.61 3.43 -
YUV 128.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 202 114 10 0 0.44 0.95 0.21 32.5 0.91 0.42
Hex CA 72 A 0 2C 5F 15 20 5B 2A
Octal 312 162 12 0 54 137 25 40 133 52
Binary 11001010 1110010 1010 0 101100 1011111 10101 100000 1011011 101010

Color Harmonies of #CA720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA720A

Black with #CA720A

Text Example


Text Example

White with #CA720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA720A; }

 p { color: rgb(202,114,10); }

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

background-color css

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

 a { background-color: rgb(202,114,10); }

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

border-color css

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

 span { border-color: rgb(202,114,10); }

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