Html Css Color HEX #CFAF7A Putty

📋 copy color: '#CFAF7A'

red 207 ◦ green 175 ◦ blue 122

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

Shades of Putty #CFAF7A

Tints of Putty #CFAF7A

RGB

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

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

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

R = 41.07%
G = 34.72%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFAF7A (or 0xCFAF7A) is known color: Putty. HEX triplet: CF, AF and 7A. RGB value is (207,175,122). Sum of RGB (Red+Green+Blue) = 207+175+122=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF7A is #305085. Grayscale: #B2B2B2. Windows color (decimal): -3166342 or 8040399. OLE color: 8040399.

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

Color convert

RGB 207 175 122 -
CMYK 0 0.15 0.41 0.19
HSL 37.41º 0.47% 0.65% -
HSV(B) 37.41º 0.41% 0.81% -
XYZ 44.57 45.33 24.81 -
YUV 178.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 207 175 122 0 0.15 0.41 0.19 37.41 0.47 0.65
Hex CF AF 7A 0 F 29 13 25 2F 41
Octal 317 257 172 0 17 51 23 45 57 101
Binary 11001111 10101111 1111010 0 1111 101001 10011 100101 101111 1000001

Color Harmonies of #CFAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF7A

Black with #CFAF7A

Text Example


Text Example

White with #CFAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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