Html Css Color HEX #CA9111 Buddha Gold

📋 copy color: '#CA9111'

red 202 ◦ green 145 ◦ blue 17

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

Shades of Buddha Gold #CA9111

Tints of Buddha Gold #CA9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

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

R = 55.49%
G = 39.84%
B = 4.67%

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

#CA9111 (or 0xCA9111) is known color: Buddha Gold. HEX triplet: CA, 91 and 11. RGB value is (202,145,17). Sum of RGB (Red+Green+Blue) = 202+145+17=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9111 is #356EEE. Grayscale: #949494. Windows color (decimal): -3501807 or 1151434. OLE color: 1151434.

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

Color convert

RGB 202 145 17 -
CMYK 0 0.28 0.92 0.21
HSL 41.51º 0.84% 0.43% -
HSV(B) 41.51º 0.92% 0.79% -
XYZ 34.58 32.85 5.05 -
YUV 147.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 202 145 17 0 0.28 0.92 0.21 41.51 0.84 0.43
Hex CA 91 11 0 1C 5C 15 2A 54 2B
Octal 312 221 21 0 34 134 25 52 124 53
Binary 11001010 10010001 10001 0 11100 1011100 10101 101010 1010100 101011

Color Harmonies of #CA9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9111

Black with #CA9111

Text Example


Text Example

White with #CA9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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