Html Css Color HEX #CA9211 Buddha Gold

📋 copy color: '#CA9211'

red 202 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #CA9211

Tints of Buddha Gold #CA9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

 BLUE value IS 17 (7.03% from 255) = 4.66%

R = 55.34%
G = 40%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA9211 (or 0xCA9211) is known color: Buddha Gold. HEX triplet: CA, 92 and 11. RGB value is (202,146,17). Sum of RGB (Red+Green+Blue) = 202+146+17=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9211 is #356DEE. Grayscale: #949494. Windows color (decimal): -3501551 or 1151690. OLE color: 1151690.

HSL color Cylindrical-coordinate representation of color #CA9211: hue angle of 41.84º degrees, saturation: 0.84, 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 #CA9211 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 17 -
CMYK 0 0.28 0.92 0.21
HSL 41.84º 0.84% 0.43% -
HSV(B) 41.84º 0.92% 0.79% -
XYZ 34.74 33.15 5.1 -
YUV 148.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 202 146 17 0 0.28 0.92 0.21 41.84 0.84 0.43
Hex CA 92 11 0 1C 5C 15 2A 54 2B
Octal 312 222 21 0 34 134 25 52 124 53
Binary 11001010 10010010 10001 0 11100 1011100 10101 101010 1010100 101011

Color Harmonies of #CA9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9211

Black with #CA9211

Text Example


Text Example

White with #CA9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9211; }

 p { color: rgb(202,146,17); }

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

background-color css

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

 a { background-color: rgb(202,146,17); }

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

border-color css

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

 span { border-color: rgb(202,146,17); }

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