Html Css Color HEX #CCB061 Laser

📋 copy color: '#CCB061'

red 204 ◦ green 176 ◦ blue 97

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

Shades of Laser #CCB061

Tints of Laser #CCB061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 42.77%
G = 36.9%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB061 (or 0xCCB061) is known color: Laser. HEX triplet: CC, B0 and 61. RGB value is (204,176,97). Sum of RGB (Red+Green+Blue) = 204+176+97=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB061 is #334F9E. Grayscale: #AFAFAF. Windows color (decimal): -3362719 or 6402252. OLE color: 6402252.

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

Color convert

RGB 204 176 97 -
CMYK 0 0.14 0.52 0.2
HSL 44.3º 0.51% 0.59% -
HSV(B) 44.3º 0.52% 0.8% -
XYZ 42.58 44.75 17.7 -
YUV 175.37 83.78 148.42 -
System Red Green Blue C M Y K H S L
Decimal 204 176 97 0 0.14 0.52 0.2 44.3 0.51 0.59
Hex CC B0 61 0 E 34 14 2C 33 3B
Octal 314 260 141 0 16 64 24 54 63 73
Binary 11001100 10110000 1100001 0 1110 110100 10100 101100 110011 111011

Color Harmonies of #CCB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB061

Black with #CCB061

Text Example


Text Example

White with #CCB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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