Html Css Color HEX #CCB063 Laser

📋 copy color: '#CCB063'

red 204 ◦ green 176 ◦ blue 99

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

Shades of Laser #CCB063

Tints of Laser #CCB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 42.59%
G = 36.74%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCB063 (or 0xCCB063) is known color: Laser. HEX triplet: CC, B0 and 63. RGB value is (204,176,99). Sum of RGB (Red+Green+Blue) = 204+176+99=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB063 is #334F9C. Grayscale: #AFAFAF. Windows color (decimal): -3362717 or 6533324. OLE color: 6533324.

HSL color Cylindrical-coordinate representation of color #CCB063: hue angle of 44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB063 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 99 -
CMYK 0 0.14 0.51 0.2
HSL 44º 0.51% 0.59% -
HSV(B) 44º 0.51% 0.8% -
XYZ 42.68 44.79 18.2 -
YUV 175.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 204 176 99 0 0.14 0.51 0.2 44 0.51 0.59
Hex CC B0 63 0 E 33 14 2C 33 3B
Octal 314 260 143 0 16 63 24 54 63 73
Binary 11001100 10110000 1100011 0 1110 110011 10100 101100 110011 111011

Color Harmonies of #CCB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB063

Black with #CCB063

Text Example


Text Example

White with #CCB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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