Html Css Color HEX #CB9627 Nugget

📋 copy color: '#CB9627'

red 203 ◦ green 150 ◦ blue 39

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

Shades of Nugget #CB9627

Tints of Nugget #CB9627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.95%

R = 51.79%
G = 38.27%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB9627 (or 0xCB9627) is known color: Nugget. HEX triplet: CB, 96 and 27. RGB value is (203,150,39). Sum of RGB (Red+Green+Blue) = 203+150+39=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9627 is #3469D8. Grayscale: #999999. Windows color (decimal): -3434969 or 2594507. OLE color: 2594507.

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

Color convert

RGB 203 150 39 -
CMYK 0 0.26 0.81 0.20
HSL 40.61º 0.68% 0.47% -
HSV(B) 40.61º 0.81% 0.8% -
XYZ 35.9 34.66 6.72 -
YUV 153.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 203 150 39 0 0.26 0.81 0.20 40.61 0.68 0.47
Hex CB 96 27 0 1A 51 14 29 44 2F
Octal 313 226 47 0 32 121 24 51 104 57
Binary 11001011 10010110 100111 0 11010 1010001 10100 101001 1000100 101111

Color Harmonies of #CB9627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9627

Black with #CB9627

Text Example


Text Example

White with #CB9627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9627; }

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

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

background-color css

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

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

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

border-color css

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

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

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