Html Css Color HEX #CA951A Buddha Gold

📋 copy color: '#CA951A'

red 202 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #CA951A

Tints of Buddha Gold #CA951A

RGB

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

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

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

R = 53.58%
G = 39.52%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA951A (or 0xCA951A) is known color: Buddha Gold. HEX triplet: CA, 95 and 1A. RGB value is (202,149,26). Sum of RGB (Red+Green+Blue) = 202+149+26=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA951A is #356AE5. Grayscale: #979797. Windows color (decimal): -3500774 or 1742282. OLE color: 1742282.

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

Color convert

RGB 202 149 26 -
CMYK 0 0.26 0.87 0.21
HSL 41.93º 0.77% 0.45% -
HSV(B) 41.93º 0.87% 0.79% -
XYZ 35.29 34.13 5.7 -
YUV 150.83 57.56 164.5 -
System Red Green Blue C M Y K H S L
Decimal 202 149 26 0 0.26 0.87 0.21 41.93 0.77 0.45
Hex CA 95 1A 0 1A 57 15 2A 4D 2D
Octal 312 225 32 0 32 127 25 52 115 55
Binary 11001010 10010101 11010 0 11010 1010111 10101 101010 1001101 101101

Color Harmonies of #CA951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA951A

Black with #CA951A

Text Example


Text Example

White with #CA951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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