Html Css Color HEX #CCAF58 Laser

📋 copy color: '#CCAF58'

red 204 ◦ green 175 ◦ blue 88

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

Shades of Laser #CCAF58

Tints of Laser #CCAF58

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 43.68%
G = 37.47%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCAF58 (or 0xCCAF58) is known color: Laser. HEX triplet: CC, AF and 58. RGB value is (204,175,88). Sum of RGB (Red+Green+Blue) = 204+175+88=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF58 is #3350A7. Grayscale: #AEAEAE. Windows color (decimal): -3362984 or 5812172. OLE color: 5812172.

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

Color convert

RGB 204 175 88 -
CMYK 0 0.14 0.57 0.2
HSL 45º 0.53% 0.57% -
HSV(B) 45º 0.57% 0.8% -
XYZ 41.99 44.2 15.55 -
YUV 173.75 79.61 149.57 -
System Red Green Blue C M Y K H S L
Decimal 204 175 88 0 0.14 0.57 0.2 45 0.53 0.57
Hex CC AF 58 0 E 39 14 2D 35 39
Octal 314 257 130 0 16 71 24 55 65 71
Binary 11001100 10101111 1011000 0 1110 111001 10100 101101 110101 111001

Color Harmonies of #CCAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF58

Black with #CCAF58

Text Example


Text Example

White with #CCAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF58; }

 p { color: rgb(204,175,88); }

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

background-color css

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

 a { background-color: rgb(204,175,88); }

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

border-color css

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

 span { border-color: rgb(204,175,88); }

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