Html Css Color HEX #CFB47A Putty

📋 copy color: '#CFB47A'

red 207 ◦ green 180 ◦ blue 122

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

Shades of Putty #CFB47A

Tints of Putty #CFB47A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.36%

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

R = 40.67%
G = 35.36%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFB47A (or 0xCFB47A) is known color: Putty. HEX triplet: CF, B4 and 7A. RGB value is (207,180,122). Sum of RGB (Red+Green+Blue) = 207+180+122=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47A is #304B85. Grayscale: #B5B5B5. Windows color (decimal): -3165062 or 8041679. OLE color: 8041679.

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

Color convert

RGB 207 180 122 -
CMYK 0 0.13 0.41 0.19
HSL 40.94º 0.47% 0.65% -
HSV(B) 40.94º 0.41% 0.81% -
XYZ 45.57 47.31 25.14 -
YUV 181.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 207 180 122 0 0.13 0.41 0.19 40.94 0.47 0.65
Hex CF B4 7A 0 D 29 13 29 2F 41
Octal 317 264 172 0 15 51 23 51 57 101
Binary 11001111 10110100 1111010 0 1101 101001 10011 101001 101111 1000001

Color Harmonies of #CFB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB47A

Black with #CFB47A

Text Example


Text Example

White with #CFB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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