Html Css Color HEX #CCB15D Laser

📋 copy color: '#CCB15D'

red 204 ◦ green 177 ◦ blue 93

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

Shades of Laser #CCB15D

Tints of Laser #CCB15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 43.04%
G = 37.34%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCB15D (or 0xCCB15D) is known color: Laser. HEX triplet: CC, B1 and 5D. RGB value is (204,177,93). Sum of RGB (Red+Green+Blue) = 204+177+93=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB15D is #334EA2. Grayscale: #AFAFAF. Windows color (decimal): -3362467 or 6140364. OLE color: 6140364.

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

Color convert

RGB 204 177 93 -
CMYK 0 0.13 0.54 0.2
HSL 45.41º 0.52% 0.58% -
HSV(B) 45.41º 0.54% 0.8% -
XYZ 42.6 45.07 16.81 -
YUV 175.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 204 177 93 0 0.13 0.54 0.2 45.41 0.52 0.58
Hex CC B1 5D 0 D 36 14 2D 34 3A
Octal 314 261 135 0 15 66 24 55 64 72
Binary 11001100 10110001 1011101 0 1101 110110 10100 101101 110100 111010

Color Harmonies of #CCB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB15D

Black with #CCB15D

Text Example


Text Example

White with #CCB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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