Html Css Color HEX #CA931B Buddha Gold

📋 copy color: '#CA931B'

red 202 ◦ green 147 ◦ blue 27

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

Shades of Buddha Gold #CA931B

Tints of Buddha Gold #CA931B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

 BLUE value IS 27 (10.94% from 255) = 7.18%

R = 53.72%
G = 39.1%
B = 7.18%

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

#CA931B (or 0xCA931B) is known color: Buddha Gold. HEX triplet: CA, 93 and 1B. RGB value is (202,147,27). Sum of RGB (Red+Green+Blue) = 202+147+27=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA931B is #356CE4. Grayscale: #969696. Windows color (decimal): -3501285 or 1807306. OLE color: 1807306.

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

Color convert

RGB 202 147 27 -
CMYK 0 0.27 0.87 0.21
HSL 41.14º 0.76% 0.45% -
HSV(B) 41.14º 0.87% 0.79% -
XYZ 34.99 33.5 5.66 -
YUV 149.77 58.72 165.26 -
System Red Green Blue C M Y K H S L
Decimal 202 147 27 0 0.27 0.87 0.21 41.14 0.76 0.45
Hex CA 93 1B 0 1B 57 15 29 4C 2D
Octal 312 223 33 0 33 127 25 51 114 55
Binary 11001010 10010011 11011 0 11011 1010111 10101 101001 1001100 101101

Color Harmonies of #CA931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA931B

Black with #CA931B

Text Example


Text Example

White with #CA931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA931B; }

 p { color: rgb(202,147,27); }

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

background-color css

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

 a { background-color: rgb(202,147,27); }

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

border-color css

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

 span { border-color: rgb(202,147,27); }

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