Html Css Color HEX #CEAF62 Laser

📋 copy color: '#CEAF62'

red 206 ◦ green 175 ◦ blue 98

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

Shades of Laser #CEAF62

Tints of Laser #CEAF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 43.01%
G = 36.53%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEAF62 (or 0xCEAF62) is known color: Laser. HEX triplet: CE, AF and 62. RGB value is (206,175,98). Sum of RGB (Red+Green+Blue) = 206+175+98=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF62 is #31509D. Grayscale: #AFAFAF. Windows color (decimal): -3231902 or 6467534. OLE color: 6467534.

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

Color convert

RGB 206 175 98 -
CMYK 0 0.15 0.52 0.19
HSL 42.78º 0.52% 0.6% -
HSV(B) 42.78º 0.52% 0.81% -
XYZ 42.99 44.66 17.91 -
YUV 175.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 206 175 98 0 0.15 0.52 0.19 42.78 0.52 0.6
Hex CE AF 62 0 F 34 13 2B 34 3C
Octal 316 257 142 0 17 64 23 53 64 74
Binary 11001110 10101111 1100010 0 1111 110100 10011 101011 110100 111100

Color Harmonies of #CEAF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF62

Black with #CEAF62

Text Example


Text Example

White with #CEAF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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