Html Css Color HEX #CB9609 Buddha Gold

📋 copy color: '#CB9609'

red 203 ◦ green 150 ◦ blue 9

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

Shades of Buddha Gold #CB9609

Tints of Buddha Gold #CB9609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 56.08%
G = 41.44%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB9609 (or 0xCB9609) is known color: Buddha Gold. HEX triplet: CB, 96 and 09. RGB value is (203,150,9). Sum of RGB (Red+Green+Blue) = 203+150+9=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9609 is #3469F6. Grayscale: #969696. Windows color (decimal): -3434999 or 628427. OLE color: 628427.

HSL color Cylindrical-coordinate representation of color #CB9609: hue angle of 43.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB9609 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 150 9 -
CMYK 0 0.26 0.96 0.20
HSL 43.61º 0.92% 0.42% -
HSV(B) 43.61º 0.96% 0.8% -
XYZ 35.58 34.53 5.05 -
YUV 149.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 203 150 9 0 0.26 0.96 0.20 43.61 0.92 0.42
Hex CB 96 9 0 1A 60 14 2C 5C 2A
Octal 313 226 11 0 32 140 24 54 134 52
Binary 11001011 10010110 1001 0 11010 1100000 10100 101100 1011100 101010

Color Harmonies of #CB9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9609

Black with #CB9609

Text Example


Text Example

White with #CB9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9609; }

 p { color: rgb(203,150,9); }

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

background-color css

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

 a { background-color: rgb(203,150,9); }

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

border-color css

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

 span { border-color: rgb(203,150,9); }

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