Html Css Color HEX #CCB05C Laser

📋 copy color: '#CCB05C'

red 204 ◦ green 176 ◦ blue 92

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

Shades of Laser #CCB05C

Tints of Laser #CCB05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

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

R = 43.22%
G = 37.29%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCB05C (or 0xCCB05C) is known color: Laser. HEX triplet: CC, B0 and 5C. RGB value is (204,176,92). Sum of RGB (Red+Green+Blue) = 204+176+92=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05C is #334FA3. Grayscale: #AFAFAF. Windows color (decimal): -3362724 or 6074572. OLE color: 6074572.

HSL color Cylindrical-coordinate representation of color #CCB05C: hue angle of 45º 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 #CCB05C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 92 -
CMYK 0 0.14 0.55 0.2
HSL 45º 0.52% 0.58% -
HSV(B) 45º 0.55% 0.8% -
XYZ 42.36 44.66 16.51 -
YUV 174.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 204 176 92 0 0.14 0.55 0.2 45 0.52 0.58
Hex CC B0 5C 0 E 37 14 2D 34 3A
Octal 314 260 134 0 16 67 24 55 64 72
Binary 11001100 10110000 1011100 0 1110 110111 10100 101101 110100 111010

Color Harmonies of #CCB05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB05C

Black with #CCB05C

Text Example


Text Example

White with #CCB05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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