Html Css Color HEX #CCB15C Laser

📋 copy color: '#CCB15C'

red 204 ◦ green 177 ◦ blue 92

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

Shades of Laser #CCB15C

Tints of Laser #CCB15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.45%

R = 43.13%
G = 37.42%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCB15C (or 0xCCB15C) is known color: Laser. HEX triplet: CC, B1 and 5C. RGB value is (204,177,92). Sum of RGB (Red+Green+Blue) = 204+177+92=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB15C is #334EA3. Grayscale: #AFAFAF. Windows color (decimal): -3362468 or 6074828. OLE color: 6074828.

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

Color convert

RGB 204 177 92 -
CMYK 0 0.13 0.55 0.2
HSL 45.54º 0.52% 0.58% -
HSV(B) 45.54º 0.55% 0.8% -
XYZ 42.56 45.05 16.58 -
YUV 175.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 204 177 92 0 0.13 0.55 0.2 45.54 0.52 0.58
Hex CC B1 5C 0 D 37 14 2E 34 3A
Octal 314 261 134 0 15 67 24 56 64 72
Binary 11001100 10110001 1011100 0 1101 110111 10100 101110 110100 111010

Color Harmonies of #CCB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB15C

Black with #CCB15C

Text Example


Text Example

White with #CCB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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