Html Css Color HEX #CB951F Nugget

📋 copy color: '#CB951F'

red 203 ◦ green 149 ◦ blue 31

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

Shades of Nugget #CB951F

Tints of Nugget #CB951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 31 (12.5% from 255) = 8.09%

R = 53%
G = 38.9%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB951F (or 0xCB951F) is known color: Nugget. HEX triplet: CB, 95 and 1F. RGB value is (203,149,31). Sum of RGB (Red+Green+Blue) = 203+149+31=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB951F is #346AE0. Grayscale: #989898. Windows color (decimal): -3435233 or 2069963. OLE color: 2069963.

HSL color Cylindrical-coordinate representation of color #CB951F: hue angle of 41.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB951F is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 31 -
CMYK 0 0.27 0.85 0.20
HSL 41.16º 0.74% 0.46% -
HSV(B) 41.16º 0.85% 0.8% -
XYZ 35.62 34.29 6.04 -
YUV 151.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 203 149 31 0 0.27 0.85 0.20 41.16 0.74 0.46
Hex CB 95 1F 0 1B 55 14 29 4A 2E
Octal 313 225 37 0 33 125 24 51 112 56
Binary 11001011 10010101 11111 0 11011 1010101 10100 101001 1001010 101110

Color Harmonies of #CB951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB951F

Black with #CB951F

Text Example


Text Example

White with #CB951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB951F; }

 p { color: rgb(203,149,31); }

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

background-color css

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

 a { background-color: rgb(203,149,31); }

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

border-color css

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

 span { border-color: rgb(203,149,31); }

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