Html Css Color HEX #CB9B0F Buddha Gold

📋 copy color: '#CB9B0F'

red 203 ◦ green 155 ◦ blue 15

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

Shades of Buddha Gold #CB9B0F

Tints of Buddha Gold #CB9B0F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.55%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 54.42%
G = 41.55%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB9B0F (or 0xCB9B0F) is known color: Buddha Gold. HEX triplet: CB, 9B and 0F. RGB value is (203,155,15). Sum of RGB (Red+Green+Blue) = 203+155+15=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9B0F is #3464F0. Grayscale: #9A9A9A. Windows color (decimal): -3433713 or 1022923. OLE color: 1022923.

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

Color convert

RGB 203 155 15 -
CMYK 0 0.24 0.93 0.20
HSL 44.68º 0.86% 0.43% -
HSV(B) 44.68º 0.93% 0.8% -
XYZ 36.44 36.17 5.51 -
YUV 153.39 49.9 163.38 -
System Red Green Blue C M Y K H S L
Decimal 203 155 15 0 0.24 0.93 0.20 44.68 0.86 0.43
Hex CB 9B F 0 18 5D 14 2D 56 2B
Octal 313 233 17 0 30 135 24 55 126 53
Binary 11001011 10011011 1111 0 11000 1011101 10100 101101 1010110 101011

Color Harmonies of #CB9B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9B0F

Black with #CB9B0F

Text Example


Text Example

White with #CB9B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9B0F; }

 p { color: rgb(203,155,15); }

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

background-color css

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

 a { background-color: rgb(203,155,15); }

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

border-color css

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

 span { border-color: rgb(203,155,15); }

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