Html Css Color HEX #CCB159 Laser

📋 copy color: '#CCB159'

red 204 ◦ green 177 ◦ blue 89

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

Shades of Laser #CCB159

Tints of Laser #CCB159

RGB

 RED value IS 204 (80.08% from 255) = 43.4%

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

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

R = 43.4%
G = 37.66%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB159 (or 0xCCB159) is known color: Laser. HEX triplet: CC, B1 and 59. RGB value is (204,177,89). Sum of RGB (Red+Green+Blue) = 204+177+89=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB159 is #334EA6. Grayscale: #AFAFAF. Windows color (decimal): -3362471 or 5878220. OLE color: 5878220.

HSL color Cylindrical-coordinate representation of color #CCB159: hue angle of 45.91º degrees, saturation: 0.53, 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 #CCB159 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 89 -
CMYK 0 0.13 0.56 0.2
HSL 45.91º 0.53% 0.57% -
HSV(B) 45.91º 0.56% 0.8% -
XYZ 42.43 45 15.9 -
YUV 175.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 204 177 89 0 0.13 0.56 0.2 45.91 0.53 0.57
Hex CC B1 59 0 D 38 14 2E 35 39
Octal 314 261 131 0 15 70 24 56 65 71
Binary 11001100 10110001 1011001 0 1101 111000 10100 101110 110101 111001

Color Harmonies of #CCB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB159

Black with #CCB159

Text Example


Text Example

White with #CCB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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