Html Css Color HEX #CA7A1E Ochre

📋 copy color: '#CA7A1E'

red 202 ◦ green 122 ◦ blue 30

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

Shades of Ochre #CA7A1E

Tints of Ochre #CA7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 57.06%
G = 34.46%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA7A1E (or 0xCA7A1E) is known color: Ochre. HEX triplet: CA, 7A and 1E. RGB value is (202,122,30). Sum of RGB (Red+Green+Blue) = 202+122+30=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A1E is #3585E1. Grayscale: #878787. Windows color (decimal): -3507682 or 1997514. OLE color: 1997514.

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

Color convert

RGB 202 122 30 -
CMYK 0 0.40 0.85 0.21
HSL 32.09º 0.74% 0.45% -
HSV(B) 32.09º 0.85% 0.79% -
XYZ 31.55 26.57 4.69 -
YUV 135.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 202 122 30 0 0.40 0.85 0.21 32.09 0.74 0.45
Hex CA 7A 1E 0 28 55 15 20 4A 2D
Octal 312 172 36 0 50 125 25 40 112 55
Binary 11001010 1111010 11110 0 101000 1010101 10101 100000 1001010 101101

Color Harmonies of #CA7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A1E

Black with #CA7A1E

Text Example


Text Example

White with #CA7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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