Html Css Color HEX #CA9515 Buddha Gold

📋 copy color: '#CA9515'

red 202 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #CA9515

Tints of Buddha Gold #CA9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 54.3%
G = 40.05%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA9515 (or 0xCA9515) is known color: Buddha Gold. HEX triplet: CA, 95 and 15. RGB value is (202,149,21). Sum of RGB (Red+Green+Blue) = 202+149+21=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9515 is #356AEA. Grayscale: #969696. Windows color (decimal): -3500779 or 1414602. OLE color: 1414602.

HSL color Cylindrical-coordinate representation of color #CA9515: hue angle of 42.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA9515 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 21 -
CMYK 0 0.26 0.90 0.21
HSL 42.43º 0.81% 0.44% -
HSV(B) 42.43º 0.9% 0.79% -
XYZ 35.24 34.11 5.44 -
YUV 150.26 55.06 164.91 -
System Red Green Blue C M Y K H S L
Decimal 202 149 21 0 0.26 0.90 0.21 42.43 0.81 0.44
Hex CA 95 15 0 1A 5A 15 2A 51 2C
Octal 312 225 25 0 32 132 25 52 121 54
Binary 11001010 10010101 10101 0 11010 1011010 10101 101010 1010001 101100

Color Harmonies of #CA9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9515

Black with #CA9515

Text Example


Text Example

White with #CA9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9515; }

 p { color: rgb(202,149,21); }

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

background-color css

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

 a { background-color: rgb(202,149,21); }

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

border-color css

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

 span { border-color: rgb(202,149,21); }

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