Html Css Color HEX #CA7A1C Ochre

📋 copy color: '#CA7A1C'

red 202 ◦ green 122 ◦ blue 28

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

Shades of Ochre #CA7A1C

Tints of Ochre #CA7A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 57.39%
G = 34.66%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA7A1C (or 0xCA7A1C) is known color: Ochre. HEX triplet: CA, 7A and 1C. RGB value is (202,122,28). Sum of RGB (Red+Green+Blue) = 202+122+28=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A1C is #3585E3. Grayscale: #878787. Windows color (decimal): -3507684 or 1866442. OLE color: 1866442.

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

Color convert

RGB 202 122 28 -
CMYK 0 0.40 0.86 0.21
HSL 32.41º 0.76% 0.45% -
HSV(B) 32.41º 0.86% 0.79% -
XYZ 31.53 26.56 4.56 -
YUV 135.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 202 122 28 0 0.40 0.86 0.21 32.41 0.76 0.45
Hex CA 7A 1C 0 28 56 15 20 4C 2D
Octal 312 172 34 0 50 126 25 40 114 55
Binary 11001010 1111010 11100 0 101000 1010110 10101 100000 1001100 101101

Color Harmonies of #CA7A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7A1C

Black with #CA7A1C

Text Example


Text Example

White with #CA7A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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