Html Css Color HEX #CEAF5A Laser

📋 copy color: '#CEAF5A'

red 206 ◦ green 175 ◦ blue 90

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

Shades of Laser #CEAF5A

Tints of Laser #CEAF5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 43.74%
G = 37.15%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEAF5A (or 0xCEAF5A) is known color: Laser. HEX triplet: CE, AF and 5A. RGB value is (206,175,90). Sum of RGB (Red+Green+Blue) = 206+175+90=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF5A is #3150A5. Grayscale: #AEAEAE. Windows color (decimal): -3231910 or 5943246. OLE color: 5943246.

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

Color convert

RGB 206 175 90 -
CMYK 0 0.15 0.56 0.19
HSL 43.97º 0.54% 0.58% -
HSV(B) 43.97º 0.56% 0.81% -
XYZ 42.63 44.52 16.02 -
YUV 174.58 80.27 150.41 -
System Red Green Blue C M Y K H S L
Decimal 206 175 90 0 0.15 0.56 0.19 43.97 0.54 0.58
Hex CE AF 5A 0 F 38 13 2C 36 3A
Octal 316 257 132 0 17 70 23 54 66 72
Binary 11001110 10101111 1011010 0 1111 111000 10011 101100 110110 111010

Color Harmonies of #CEAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF5A

Black with #CEAF5A

Text Example


Text Example

White with #CEAF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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