Html Css Color HEX #CBB159 Laser

📋 copy color: '#CBB159'

red 203 ◦ green 177 ◦ blue 89

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

Shades of Laser #CBB159

Tints of Laser #CBB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 89 (35.16% from 255) = 18.98%

R = 43.28%
G = 37.74%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBB159 (or 0xCBB159) is known color: Laser. HEX triplet: CB, B1 and 59. RGB value is (203,177,89). Sum of RGB (Red+Green+Blue) = 203+177+89=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB159 is #344EA6. Grayscale: #AFAFAF. Windows color (decimal): -3428007 or 5878219. OLE color: 5878219.

HSL color Cylindrical-coordinate representation of color #CBB159: hue angle of 46.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBB159 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 89 -
CMYK 0 0.13 0.56 0.20
HSL 46.32º 0.52% 0.57% -
HSV(B) 46.32º 0.56% 0.8% -
XYZ 42.15 44.86 15.89 -
YUV 174.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 203 177 89 0 0.13 0.56 0.20 46.32 0.52 0.57
Hex CB B1 59 0 D 38 14 2E 34 39
Octal 313 261 131 0 15 70 24 56 64 71
Binary 11001011 10110001 1011001 0 1101 111000 10100 101110 110100 111001

Color Harmonies of #CBB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB159

Black with #CBB159

Text Example


Text Example

White with #CBB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB159; }

 p { color: rgb(203,177,89); }

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

background-color css

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

 a { background-color: rgb(203,177,89); }

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

border-color css

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

 span { border-color: rgb(203,177,89); }

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