Html Css Color HEX #CA921A Buddha Gold

📋 copy color: '#CA921A'

red 202 ◦ green 146 ◦ blue 26

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

Shades of Buddha Gold #CA921A

Tints of Buddha Gold #CA921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

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

R = 54.01%
G = 39.04%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA921A (or 0xCA921A) is known color: Buddha Gold. HEX triplet: CA, 92 and 1A. RGB value is (202,146,26). Sum of RGB (Red+Green+Blue) = 202+146+26=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA921A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA921A is #356DE5. Grayscale: #959595. Windows color (decimal): -3501542 or 1741514. OLE color: 1741514.

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

Color convert

RGB 202 146 26 -
CMYK 0 0.28 0.87 0.21
HSL 40.91º 0.77% 0.45% -
HSV(B) 40.91º 0.87% 0.79% -
XYZ 34.82 33.19 5.55 -
YUV 149.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 202 146 26 0 0.28 0.87 0.21 40.91 0.77 0.45
Hex CA 92 1A 0 1C 57 15 29 4D 2D
Octal 312 222 32 0 34 127 25 51 115 55
Binary 11001010 10010010 11010 0 11100 1010111 10101 101001 1001101 101101

Color Harmonies of #CA921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA921A

Black with #CA921A

Text Example


Text Example

White with #CA921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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