Html Css Color HEX #CA7B10 Ochre

📋 copy color: '#CA7B10'

red 202 ◦ green 123 ◦ blue 16

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

Shades of Ochre #CA7B10

Tints of Ochre #CA7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.07%

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 59.24%
G = 36.07%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA7B10 (or 0xCA7B10) is known color: Ochre. HEX triplet: CA, 7B and 10. RGB value is (202,123,16). Sum of RGB (Red+Green+Blue) = 202+123+16=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7B10 is #3584EF. Grayscale: #868686. Windows color (decimal): -3507440 or 1080266. OLE color: 1080266.

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

Color convert

RGB 202 123 16 -
CMYK 0 0.39 0.92 0.21
HSL 34.52º 0.85% 0.43% -
HSV(B) 34.52º 0.92% 0.79% -
XYZ 31.53 26.76 3.99 -
YUV 134.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 202 123 16 0 0.39 0.92 0.21 34.52 0.85 0.43
Hex CA 7B 10 0 27 5C 15 23 55 2B
Octal 312 173 20 0 47 134 25 43 125 53
Binary 11001010 1111011 10000 0 100111 1011100 10101 100011 1010101 101011

Color Harmonies of #CA7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B10

Black with #CA7B10

Text Example


Text Example

White with #CA7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B10; }

 p { color: rgb(202,123,16); }

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

background-color css

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

 a { background-color: rgb(202,123,16); }

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

border-color css

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

 span { border-color: rgb(202,123,16); }

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