Html Css Color HEX #CA971B Buddha Gold

📋 copy color: '#CA971B'

red 202 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #CA971B

Tints of Buddha Gold #CA971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 53.16%
G = 39.74%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA971B (or 0xCA971B) is known color: Buddha Gold. HEX triplet: CA, 97 and 1B. RGB value is (202,151,27). Sum of RGB (Red+Green+Blue) = 202+151+27=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA971B is #3568E4. Grayscale: #989898. Windows color (decimal): -3500261 or 1808330. OLE color: 1808330.

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

Color convert

RGB 202 151 27 -
CMYK 0 0.25 0.87 0.21
HSL 42.51º 0.76% 0.45% -
HSV(B) 42.51º 0.87% 0.79% -
XYZ 35.62 34.77 5.87 -
YUV 152.11 57.4 163.58 -
System Red Green Blue C M Y K H S L
Decimal 202 151 27 0 0.25 0.87 0.21 42.51 0.76 0.45
Hex CA 97 1B 0 19 57 15 2B 4C 2D
Octal 312 227 33 0 31 127 25 53 114 55
Binary 11001010 10010111 11011 0 11001 1010111 10101 101011 1001100 101101

Color Harmonies of #CA971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA971B

Black with #CA971B

Text Example


Text Example

White with #CA971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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