Html Css Color HEX #CA9F1A Buddha Gold

📋 copy color: '#CA9F1A'

red 202 ◦ green 159 ◦ blue 26

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

Shades of Buddha Gold #CA9F1A

Tints of Buddha Gold #CA9F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 26 (10.55% from 255) = 6.72%

R = 52.2%
G = 41.09%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA9F1A (or 0xCA9F1A) is known color: Buddha Gold. HEX triplet: CA, 9F and 1A. RGB value is (202,159,26). Sum of RGB (Red+Green+Blue) = 202+159+26=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9F1A is #3560E5. Grayscale: #9D9D9D. Windows color (decimal): -3498214 or 1744842. OLE color: 1744842.

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

Color convert

RGB 202 159 26 -
CMYK 0 0.21 0.87 0.21
HSL 45.34º 0.77% 0.45% -
HSV(B) 45.34º 0.87% 0.79% -
XYZ 36.94 37.43 6.25 -
YUV 156.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 202 159 26 0 0.21 0.87 0.21 45.34 0.77 0.45
Hex CA 9F 1A 0 15 57 15 2D 4D 2D
Octal 312 237 32 0 25 127 25 55 115 55
Binary 11001010 10011111 11010 0 10101 1010111 10101 101101 1001101 101101

Color Harmonies of #CA9F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9F1A

Black with #CA9F1A

Text Example


Text Example

White with #CA9F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9F1A; }

 p { color: rgb(202,159,26); }

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

background-color css

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

 a { background-color: rgb(202,159,26); }

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

border-color css

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

 span { border-color: rgb(202,159,26); }

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