Html Css Color HEX #CA7628 Ochre

📋 copy color: '#CA7628'

red 202 ◦ green 118 ◦ blue 40

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

Shades of Ochre #CA7628

Tints of Ochre #CA7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 56.11%
G = 32.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA7628 (or 0xCA7628) is known color: Ochre. HEX triplet: CA, 76 and 28. RGB value is (202,118,40). Sum of RGB (Red+Green+Blue) = 202+118+40=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7628 is #3589D7. Grayscale: #868686. Windows color (decimal): -3508696 or 2651850. OLE color: 2651850.

HSL color Cylindrical-coordinate representation of color #CA7628: hue angle of 28.89º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA7628 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 40 -
CMYK 0 0.42 0.80 0.21
HSL 28.89º 0.67% 0.47% -
HSV(B) 28.89º 0.8% 0.79% -
XYZ 31.22 25.67 5.32 -
YUV 134.22 74.83 176.34 -
System Red Green Blue C M Y K H S L
Decimal 202 118 40 0 0.42 0.80 0.21 28.89 0.67 0.47
Hex CA 76 28 0 2A 50 15 1D 43 2F
Octal 312 166 50 0 52 120 25 35 103 57
Binary 11001010 1110110 101000 0 101010 1010000 10101 11101 1000011 101111

Color Harmonies of #CA7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7628

Black with #CA7628

Text Example


Text Example

White with #CA7628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7628; }

 p { color: rgb(202,118,40); }

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

background-color css

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

 a { background-color: rgb(202,118,40); }

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

border-color css

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

 span { border-color: rgb(202,118,40); }

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