Html Css Color HEX #CB920F Buddha Gold

📋 copy color: '#CB920F'

red 203 ◦ green 146 ◦ blue 15

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

Shades of Buddha Gold #CB920F

Tints of Buddha Gold #CB920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

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

R = 55.77%
G = 40.11%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB920F (or 0xCB920F) is known color: Buddha Gold. HEX triplet: CB, 92 and 0F. RGB value is (203,146,15). Sum of RGB (Red+Green+Blue) = 203+146+15=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB920F is #346DF0. Grayscale: #949494. Windows color (decimal): -3436017 or 1020619. OLE color: 1020619.

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

Color convert

RGB 203 146 15 -
CMYK 0 0.28 0.93 0.20
HSL 41.81º 0.86% 0.43% -
HSV(B) 41.81º 0.93% 0.8% -
XYZ 34.99 33.29 5.03 -
YUV 148.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 203 146 15 0 0.28 0.93 0.20 41.81 0.86 0.43
Hex CB 92 F 0 1C 5D 14 2A 56 2B
Octal 313 222 17 0 34 135 24 52 126 53
Binary 11001011 10010010 1111 0 11100 1011101 10100 101010 1010110 101011

Color Harmonies of #CB920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB920F

Black with #CB920F

Text Example


Text Example

White with #CB920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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