Html Css Color HEX #CA7D1F Ochre

📋 copy color: '#CA7D1F'

red 202 ◦ green 125 ◦ blue 31

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

Shades of Ochre #CA7D1F

Tints of Ochre #CA7D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.66%

R = 56.42%
G = 34.92%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA7D1F (or 0xCA7D1F) is known color: Ochre. HEX triplet: CA, 7D and 1F. RGB value is (202,125,31). Sum of RGB (Red+Green+Blue) = 202+125+31=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D1F is #3582E0. Grayscale: #898989. Windows color (decimal): -3506913 or 2063818. OLE color: 2063818.

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

Color convert

RGB 202 125 31 -
CMYK 0 0.38 0.85 0.21
HSL 32.98º 0.73% 0.46% -
HSV(B) 32.98º 0.85% 0.79% -
XYZ 31.94 27.32 4.89 -
YUV 137.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 202 125 31 0 0.38 0.85 0.21 32.98 0.73 0.46
Hex CA 7D 1F 0 26 55 15 21 49 2E
Octal 312 175 37 0 46 125 25 41 111 56
Binary 11001010 1111101 11111 0 100110 1010101 10101 100001 1001001 101110

Color Harmonies of #CA7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D1F

Black with #CA7D1F

Text Example


Text Example

White with #CA7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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