Html Css Color HEX #CA721E Ochre

📋 copy color: '#CA721E'

red 202 ◦ green 114 ◦ blue 30

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

Shades of Ochre #CA721E

Tints of Ochre #CA721E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 58.38%
G = 32.95%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA721E (or 0xCA721E) is known color: Ochre. HEX triplet: CA, 72 and 1E. RGB value is (202,114,30). Sum of RGB (Red+Green+Blue) = 202+114+30=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA721E is #358DE1. Grayscale: #838383. Windows color (decimal): -3509730 or 1995466. OLE color: 1995466.

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

Color convert

RGB 202 114 30 -
CMYK 0 0.44 0.85 0.21
HSL 29.3º 0.74% 0.45% -
HSV(B) 29.3º 0.85% 0.79% -
XYZ 30.61 24.68 4.38 -
YUV 130.74 71.15 178.83 -
System Red Green Blue C M Y K H S L
Decimal 202 114 30 0 0.44 0.85 0.21 29.3 0.74 0.45
Hex CA 72 1E 0 2C 55 15 1D 4A 2D
Octal 312 162 36 0 54 125 25 35 112 55
Binary 11001010 1110010 11110 0 101100 1010101 10101 11101 1001010 101101

Color Harmonies of #CA721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA721E

Black with #CA721E

Text Example


Text Example

White with #CA721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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