Html Css Color HEX #CA7D25 Ochre

📋 copy color: '#CA7D25'

red 202 ◦ green 125 ◦ blue 37

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

Shades of Ochre #CA7D25

Tints of Ochre #CA7D25

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 55.49%
G = 34.34%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA7D25 (or 0xCA7D25) is known color: Ochre. HEX triplet: CA, 7D and 25. RGB value is (202,125,37). Sum of RGB (Red+Green+Blue) = 202+125+37=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D25 is #3582DA. Grayscale: #8A8A8A. Windows color (decimal): -3506907 or 2457034. OLE color: 2457034.

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

Color convert

RGB 202 125 37 -
CMYK 0 0.38 0.82 0.21
HSL 32º 0.69% 0.47% -
HSV(B) 32º 0.82% 0.79% -
XYZ 32.02 27.36 5.34 -
YUV 137.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 202 125 37 0 0.38 0.82 0.21 32 0.69 0.47
Hex CA 7D 25 0 26 52 15 20 45 2F
Octal 312 175 45 0 46 122 25 40 105 57
Binary 11001010 1111101 100101 0 100110 1010010 10101 100000 1000101 101111

Color Harmonies of #CA7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D25

Black with #CA7D25

Text Example


Text Example

White with #CA7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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