Html Css Color HEX #CDAB63 Laser

📋 copy color: '#CDAB63'

red 205 ◦ green 171 ◦ blue 99

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

Shades of Laser #CDAB63

Tints of Laser #CDAB63

RGB

 RED value IS 205 (80.47% from 255) = 43.16%

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 99 (39.06% from 255) = 20.84%

R = 43.16%
G = 36%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDAB63 (or 0xCDAB63) is known color: Laser. HEX triplet: CD, AB and 63. RGB value is (205,171,99). Sum of RGB (Red+Green+Blue) = 205+171+99=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB63 is #32549C. Grayscale: #ADADAD. Windows color (decimal): -3298461 or 6532045. OLE color: 6532045.

HSL color Cylindrical-coordinate representation of color #CDAB63: hue angle of 40.75º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDAB63 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 171 99 -
CMYK 0 0.17 0.52 0.20
HSL 40.75º 0.51% 0.6% -
HSV(B) 40.75º 0.52% 0.8% -
XYZ 41.99 43.01 17.89 -
YUV 172.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 205 171 99 0 0.17 0.52 0.20 40.75 0.51 0.6
Hex CD AB 63 0 11 34 14 29 33 3C
Octal 315 253 143 0 21 64 24 51 63 74
Binary 11001101 10101011 1100011 0 10001 110100 10100 101001 110011 111100

Color Harmonies of #CDAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAB63

Black with #CDAB63

Text Example


Text Example

White with #CDAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAB63; }

 p { color: rgb(205,171,99); }

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

background-color css

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

 a { background-color: rgb(205,171,99); }

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

border-color css

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

 span { border-color: rgb(205,171,99); }

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