Html Css Color HEX #CCAF5D Laser

📋 copy color: '#CCAF5D'

red 204 ◦ green 175 ◦ blue 93

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

Shades of Laser #CCAF5D

Tints of Laser #CCAF5D

RGB

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

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

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

R = 43.22%
G = 37.08%
B = 19.7%

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

#CCAF5D (or 0xCCAF5D) is known color: Laser. HEX triplet: CC, AF and 5D. RGB value is (204,175,93). Sum of RGB (Red+Green+Blue) = 204+175+93=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF5D is #3350A2. Grayscale: #AEAEAE. Windows color (decimal): -3362979 or 6139852. OLE color: 6139852.

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

Color convert

RGB 204 175 93 -
CMYK 0 0.14 0.54 0.2
HSL 44.32º 0.52% 0.58% -
HSV(B) 44.32º 0.54% 0.8% -
XYZ 42.21 44.29 16.68 -
YUV 174.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 204 175 93 0 0.14 0.54 0.2 44.32 0.52 0.58
Hex CC AF 5D 0 E 36 14 2C 34 3A
Octal 314 257 135 0 16 66 24 54 64 72
Binary 11001100 10101111 1011101 0 1110 110110 10100 101100 110100 111010

Color Harmonies of #CCAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF5D

Black with #CCAF5D

Text Example


Text Example

White with #CCAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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