Html Css Color HEX #CEAF69 Putty

📋 copy color: '#CEAF69'

red 206 ◦ green 175 ◦ blue 105

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

Shades of Putty #CEAF69

Tints of Putty #CEAF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 42.39%
G = 36.01%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEAF69 (or 0xCEAF69) is known color: Putty. HEX triplet: CE, AF and 69. RGB value is (206,175,105). Sum of RGB (Red+Green+Blue) = 206+175+105=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF69 is #315096. Grayscale: #B0B0B0. Windows color (decimal): -3231895 or 6926286. OLE color: 6926286.

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

Color convert

RGB 206 175 105 -
CMYK 0 0.15 0.49 0.19
HSL 41.58º 0.51% 0.61% -
HSV(B) 41.58º 0.49% 0.81% -
XYZ 43.33 44.8 19.73 -
YUV 176.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 206 175 105 0 0.15 0.49 0.19 41.58 0.51 0.61
Hex CE AF 69 0 F 31 13 2A 33 3D
Octal 316 257 151 0 17 61 23 52 63 75
Binary 11001110 10101111 1101001 0 1111 110001 10011 101010 110011 111101

Color Harmonies of #CEAF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF69

Black with #CEAF69

Text Example


Text Example

White with #CEAF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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