Html Css Color HEX #CA941A Buddha Gold

📋 copy color: '#CA941A'

red 202 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #CA941A

Tints of Buddha Gold #CA941A

RGB

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

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

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

R = 53.72%
G = 39.36%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA941A (or 0xCA941A) is known color: Buddha Gold. HEX triplet: CA, 94 and 1A. RGB value is (202,148,26). Sum of RGB (Red+Green+Blue) = 202+148+26=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA941A is #356BE5. Grayscale: #969696. Windows color (decimal): -3501030 or 1742026. OLE color: 1742026.

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

Color convert

RGB 202 148 26 -
CMYK 0 0.27 0.87 0.21
HSL 41.59º 0.77% 0.45% -
HSV(B) 41.59º 0.87% 0.79% -
XYZ 35.13 33.81 5.65 -
YUV 150.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 202 148 26 0 0.27 0.87 0.21 41.59 0.77 0.45
Hex CA 94 1A 0 1B 57 15 2A 4D 2D
Octal 312 224 32 0 33 127 25 52 115 55
Binary 11001010 10010100 11010 0 11011 1010111 10101 101010 1001101 101101

Color Harmonies of #CA941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA941A

Black with #CA941A

Text Example


Text Example

White with #CA941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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