Html Css Color HEX #CA7A25 Ochre

📋 copy color: '#CA7A25'

red 202 ◦ green 122 ◦ blue 37

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

Shades of Ochre #CA7A25

Tints of Ochre #CA7A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 55.96%
G = 33.8%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA7A25 (or 0xCA7A25) is known color: Ochre. HEX triplet: CA, 7A and 25. RGB value is (202,122,37). Sum of RGB (Red+Green+Blue) = 202+122+37=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A25 is #3585DA. Grayscale: #888888. Windows color (decimal): -3507675 or 2456266. OLE color: 2456266.

HSL color Cylindrical-coordinate representation of color #CA7A25: hue angle of 30.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA7A25 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 37 -
CMYK 0 0.40 0.82 0.21
HSL 30.91º 0.69% 0.47% -
HSV(B) 30.91º 0.82% 0.79% -
XYZ 31.65 26.61 5.22 -
YUV 136.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 202 122 37 0 0.40 0.82 0.21 30.91 0.69 0.47
Hex CA 7A 25 0 28 52 15 1F 45 2F
Octal 312 172 45 0 50 122 25 37 105 57
Binary 11001010 1111010 100101 0 101000 1010010 10101 11111 1000101 101111

Color Harmonies of #CA7A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A25

Black with #CA7A25

Text Example


Text Example

White with #CA7A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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