Html Css Color HEX #CEAF60 Laser

📋 copy color: '#CEAF60'

red 206 ◦ green 175 ◦ blue 96

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

Shades of Laser #CEAF60

Tints of Laser #CEAF60

RGB

 RED value IS 206 (80.86% from 255) = 43.19%

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

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 43.19%
G = 36.69%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEAF60 (or 0xCEAF60) is known color: Laser. HEX triplet: CE, AF and 60. RGB value is (206,175,96). Sum of RGB (Red+Green+Blue) = 206+175+96=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF60 is #31509F. Grayscale: #AFAFAF. Windows color (decimal): -3231904 or 6336462. OLE color: 6336462.

HSL color Cylindrical-coordinate representation of color #CEAF60: hue angle of 43.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEAF60 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 175 96 -
CMYK 0 0.15 0.53 0.19
HSL 43.09º 0.53% 0.59% -
HSV(B) 43.09º 0.53% 0.81% -
XYZ 42.89 44.63 17.42 -
YUV 175.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 206 175 96 0 0.15 0.53 0.19 43.09 0.53 0.59
Hex CE AF 60 0 F 35 13 2B 35 3B
Octal 316 257 140 0 17 65 23 53 65 73
Binary 11001110 10101111 1100000 0 1111 110101 10011 101011 110101 111011

Color Harmonies of #CEAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF60

Black with #CEAF60

Text Example


Text Example

White with #CEAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF60; }

 p { color: rgb(206,175,96); }

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

background-color css

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

 a { background-color: rgb(206,175,96); }

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

border-color css

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

 span { border-color: rgb(206,175,96); }

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