Html Css Color HEX #CA911B Buddha Gold

📋 copy color: '#CA911B'

red 202 ◦ green 145 ◦ blue 27

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

Shades of Buddha Gold #CA911B

Tints of Buddha Gold #CA911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 54.01%
G = 38.77%
B = 7.22%

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

#CA911B (or 0xCA911B) is known color: Buddha Gold. HEX triplet: CA, 91 and 1B. RGB value is (202,145,27). Sum of RGB (Red+Green+Blue) = 202+145+27=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA911B is #356EE4. Grayscale: #959595. Windows color (decimal): -3501797 or 1806794. OLE color: 1806794.

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

Color convert

RGB 202 145 27 -
CMYK 0 0.28 0.87 0.21
HSL 40.46º 0.76% 0.45% -
HSV(B) 40.46º 0.87% 0.79% -
XYZ 34.68 32.89 5.56 -
YUV 148.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 202 145 27 0 0.28 0.87 0.21 40.46 0.76 0.45
Hex CA 91 1B 0 1C 57 15 28 4C 2D
Octal 312 221 33 0 34 127 25 50 114 55
Binary 11001010 10010001 11011 0 11100 1010111 10101 101000 1001100 101101

Color Harmonies of #CA911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA911B

Black with #CA911B

Text Example


Text Example

White with #CA911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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