Html Css Color HEX #CB9A1C Buddha Gold

📋 copy color: '#CB9A1C'

red 203 ◦ green 154 ◦ blue 28

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

Shades of Buddha Gold #CB9A1C

Tints of Buddha Gold #CB9A1C

RGB

 RED value IS 203 (79.69% from 255) = 52.73%

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 52.73%
G = 40%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB9A1C (or 0xCB9A1C) is known color: Buddha Gold. HEX triplet: CB, 9A and 1C. RGB value is (203,154,28). Sum of RGB (Red+Green+Blue) = 203+154+28=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A1C is #3465E3. Grayscale: #9A9A9A. Windows color (decimal): -3433956 or 1874635. OLE color: 1874635.

HSL color Cylindrical-coordinate representation of color #CB9A1C: hue angle of 43.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB9A1C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 154 28 -
CMYK 0 0.24 0.86 0.20
HSL 43.2º 0.76% 0.45% -
HSV(B) 43.2º 0.86% 0.8% -
XYZ 36.39 35.89 6.11 -
YUV 154.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 203 154 28 0 0.24 0.86 0.20 43.2 0.76 0.45
Hex CB 9A 1C 0 18 56 14 2B 4C 2D
Octal 313 232 34 0 30 126 24 53 114 55
Binary 11001011 10011010 11100 0 11000 1010110 10100 101011 1001100 101101

Color Harmonies of #CB9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9A1C

Black with #CB9A1C

Text Example


Text Example

White with #CB9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9A1C; }

 p { color: rgb(203,154,28); }

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

background-color css

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

 a { background-color: rgb(203,154,28); }

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

border-color css

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

 span { border-color: rgb(203,154,28); }

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