Html Css Color HEX #CB8C19 Nugget

📋 copy color: '#CB8C19'

red 203 ◦ green 140 ◦ blue 25

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

Shades of Nugget #CB8C19

Tints of Nugget #CB8C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 55.16%
G = 38.04%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8C19 (or 0xCB8C19) is known color: Nugget. HEX triplet: CB, 8C and 19. RGB value is (203,140,25). Sum of RGB (Red+Green+Blue) = 203+140+25=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8C19 is #3473E6. Grayscale: #929292. Windows color (decimal): -3437543 or 1674443. OLE color: 1674443.

HSL color Cylindrical-coordinate representation of color #CB8C19: hue angle of 38.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB8C19 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 25 -
CMYK 0 0.31 0.88 0.20
HSL 38.76º 0.78% 0.45% -
HSV(B) 38.76º 0.88% 0.8% -
XYZ 34.18 31.52 5.2 -
YUV 145.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 203 140 25 0 0.31 0.88 0.20 38.76 0.78 0.45
Hex CB 8C 19 0 1F 58 14 27 4E 2D
Octal 313 214 31 0 37 130 24 47 116 55
Binary 11001011 10001100 11001 0 11111 1011000 10100 100111 1001110 101101

Color Harmonies of #CB8C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C19

Black with #CB8C19

Text Example


Text Example

White with #CB8C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C19; }

 p { color: rgb(203,140,25); }

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

background-color css

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

 a { background-color: rgb(203,140,25); }

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

border-color css

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

 span { border-color: rgb(203,140,25); }

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