Html Css Color HEX #CB980F Buddha Gold

📋 copy color: '#CB980F'

red 203 ◦ green 152 ◦ blue 15

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

Shades of Buddha Gold #CB980F

Tints of Buddha Gold #CB980F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

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

R = 54.86%
G = 41.08%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB980F (or 0xCB980F) is known color: Buddha Gold. HEX triplet: CB, 98 and 0F. RGB value is (203,152,15). Sum of RGB (Red+Green+Blue) = 203+152+15=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB980F is #3467F0. Grayscale: #989898. Windows color (decimal): -3434481 or 1022155. OLE color: 1022155.

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

Color convert

RGB 203 152 15 -
CMYK 0 0.25 0.93 0.20
HSL 43.72º 0.86% 0.43% -
HSV(B) 43.72º 0.93% 0.8% -
XYZ 35.94 35.19 5.35 -
YUV 151.63 50.9 164.64 -
System Red Green Blue C M Y K H S L
Decimal 203 152 15 0 0.25 0.93 0.20 43.72 0.86 0.43
Hex CB 98 F 0 19 5D 14 2C 56 2B
Octal 313 230 17 0 31 135 24 54 126 53
Binary 11001011 10011000 1111 0 11001 1011101 10100 101100 1010110 101011

Color Harmonies of #CB980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB980F

Black with #CB980F

Text Example


Text Example

White with #CB980F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB980F; }

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

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

background-color css

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

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

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

border-color css

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

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

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