Html Css Color HEX #CFAF6A Putty

📋 copy color: '#CFAF6A'

red 207 ◦ green 175 ◦ blue 106

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

Shades of Putty #CFAF6A

Tints of Putty #CFAF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.72%

R = 42.42%
G = 35.86%
B = 21.72%

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

#CFAF6A (or 0xCFAF6A) is known color: Putty. HEX triplet: CF, AF and 6A. RGB value is (207,175,106). Sum of RGB (Red+Green+Blue) = 207+175+106=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF6A is #305095. Grayscale: #B1B1B1. Windows color (decimal): -3166358 or 6991823. OLE color: 6991823.

HSL color Cylindrical-coordinate representation of color #CFAF6A: hue angle of 40.99º 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 #CFAF6A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 175 106 -
CMYK 0 0.15 0.49 0.19
HSL 40.99º 0.51% 0.61% -
HSV(B) 40.99º 0.49% 0.81% -
XYZ 43.66 44.97 20.01 -
YUV 176.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 207 175 106 0 0.15 0.49 0.19 40.99 0.51 0.61
Hex CF AF 6A 0 F 31 13 29 33 3D
Octal 317 257 152 0 17 61 23 51 63 75
Binary 11001111 10101111 1101010 0 1111 110001 10011 101001 110011 111101

Color Harmonies of #CFAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF6A

Black with #CFAF6A

Text Example


Text Example

White with #CFAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF6A; }

 p { color: rgb(207,175,106); }

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

background-color css

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

 a { background-color: rgb(207,175,106); }

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

border-color css

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

 span { border-color: rgb(207,175,106); }

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