Html Css Color HEX #CA9413 Buddha Gold

📋 copy color: '#CA9413'

red 202 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #CA9413

Tints of Buddha Gold #CA9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 54.74%
G = 40.11%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA9413 (or 0xCA9413) is known color: Buddha Gold. HEX triplet: CA, 94 and 13. RGB value is (202,148,19). Sum of RGB (Red+Green+Blue) = 202+148+19=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9413 is #356BEC. Grayscale: #969696. Windows color (decimal): -3501037 or 1283274. OLE color: 1283274.

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

Color convert

RGB 202 148 19 -
CMYK 0 0.27 0.91 0.21
HSL 42.3º 0.83% 0.43% -
HSV(B) 42.3º 0.91% 0.79% -
XYZ 35.06 33.78 5.29 -
YUV 149.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 202 148 19 0 0.27 0.91 0.21 42.3 0.83 0.43
Hex CA 94 13 0 1B 5B 15 2A 53 2B
Octal 312 224 23 0 33 133 25 52 123 53
Binary 11001010 10010100 10011 0 11011 1011011 10101 101010 1010011 101011

Color Harmonies of #CA9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9413

Black with #CA9413

Text Example


Text Example

White with #CA9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9413; }

 p { color: rgb(202,148,19); }

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

background-color css

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

 a { background-color: rgb(202,148,19); }

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

border-color css

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

 span { border-color: rgb(202,148,19); }

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