Html Css Color HEX #CFAA7A Putty

📋 copy color: '#CFAA7A'

red 207 ◦ green 170 ◦ blue 122

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

Shades of Putty #CFAA7A

Tints of Putty #CFAA7A

RGB

 RED value IS 207 (81.25% from 255) = 41.48%

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 41.48%
G = 34.07%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFAA7A (or 0xCFAA7A) is known color: Putty. HEX triplet: CF, AA and 7A. RGB value is (207,170,122). Sum of RGB (Red+Green+Blue) = 207+170+122=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA7A is #305585. Grayscale: #AFAFAF. Windows color (decimal): -3167622 or 8039119. OLE color: 8039119.

HSL color Cylindrical-coordinate representation of color #CFAA7A: hue angle of 33.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFAA7A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 122 -
CMYK 0 0.18 0.41 0.19
HSL 33.88º 0.47% 0.65% -
HSV(B) 33.88º 0.41% 0.81% -
XYZ 43.62 43.42 24.49 -
YUV 175.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 207 170 122 0 0.18 0.41 0.19 33.88 0.47 0.65
Hex CF AA 7A 0 12 29 13 22 2F 41
Octal 317 252 172 0 22 51 23 42 57 101
Binary 11001111 10101010 1111010 0 10010 101001 10011 100010 101111 1000001

Color Harmonies of #CFAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA7A

Black with #CFAA7A

Text Example


Text Example

White with #CFAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA7A; }

 p { color: rgb(207,170,122); }

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

background-color css

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

 a { background-color: rgb(207,170,122); }

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

border-color css

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

 span { border-color: rgb(207,170,122); }

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