Html Css Color HEX #CCB05F Laser

📋 copy color: '#CCB05F'

red 204 ◦ green 176 ◦ blue 95

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

Shades of Laser #CCB05F

Tints of Laser #CCB05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 42.95%
G = 37.05%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB05F (or 0xCCB05F) is known color: Laser. HEX triplet: CC, B0 and 5F. RGB value is (204,176,95). Sum of RGB (Red+Green+Blue) = 204+176+95=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05F is #334FA0. Grayscale: #AFAFAF. Windows color (decimal): -3362721 or 6271180. OLE color: 6271180.

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

Color convert

RGB 204 176 95 -
CMYK 0 0.14 0.53 0.2
HSL 44.59º 0.52% 0.59% -
HSV(B) 44.59º 0.53% 0.8% -
XYZ 42.49 44.71 17.22 -
YUV 175.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 204 176 95 0 0.14 0.53 0.2 44.59 0.52 0.59
Hex CC B0 5F 0 E 35 14 2D 34 3B
Octal 314 260 137 0 16 65 24 55 64 73
Binary 11001100 10110000 1011111 0 1110 110101 10100 101101 110100 111011

Color Harmonies of #CCB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB05F

Black with #CCB05F

Text Example


Text Example

White with #CCB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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