Html Css Color HEX #CA730C Ochre

📋 copy color: '#CA730C'

red 202 ◦ green 115 ◦ blue 12

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

Shades of Ochre #CA730C

Tints of Ochre #CA730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 61.4%
G = 34.95%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA730C (or 0xCA730C) is known color: Ochre. HEX triplet: CA, 73 and 0C. RGB value is (202,115,12). Sum of RGB (Red+Green+Blue) = 202+115+12=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA730C is #358CF3. Grayscale: #818181. Windows color (decimal): -3509492 or 816074. OLE color: 816074.

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

Color convert

RGB 202 115 12 -
CMYK 0 0.43 0.94 0.21
HSL 32.53º 0.89% 0.42% -
HSV(B) 32.53º 0.94% 0.79% -
XYZ 30.55 24.84 3.53 -
YUV 129.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 202 115 12 0 0.43 0.94 0.21 32.53 0.89 0.42
Hex CA 73 C 0 2B 5E 15 21 59 2A
Octal 312 163 14 0 53 136 25 41 131 52
Binary 11001010 1110011 1100 0 101011 1011110 10101 100001 1011001 101010

Color Harmonies of #CA730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA730C

Black with #CA730C

Text Example


Text Example

White with #CA730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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