Html Css Color HEX #CCB05D Laser

📋 copy color: '#CCB05D'

red 204 ◦ green 176 ◦ blue 93

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

Shades of Laser #CCB05D

Tints of Laser #CCB05D

RGB

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

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

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

R = 43.13%
G = 37.21%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCB05D (or 0xCCB05D) is known color: Laser. HEX triplet: CC, B0 and 5D. RGB value is (204,176,93). Sum of RGB (Red+Green+Blue) = 204+176+93=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05D is #334FA2. Grayscale: #AFAFAF. Windows color (decimal): -3362723 or 6140108. OLE color: 6140108.

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

Color convert

RGB 204 176 93 -
CMYK 0 0.14 0.54 0.2
HSL 44.86º 0.52% 0.58% -
HSV(B) 44.86º 0.54% 0.8% -
XYZ 42.4 44.68 16.74 -
YUV 174.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 204 176 93 0 0.14 0.54 0.2 44.86 0.52 0.58
Hex CC B0 5D 0 E 36 14 2D 34 3A
Octal 314 260 135 0 16 66 24 55 64 72
Binary 11001100 10110000 1011101 0 1110 110110 10100 101101 110100 111010

Color Harmonies of #CCB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB05D

Black with #CCB05D

Text Example


Text Example

White with #CCB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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