Html Css Color HEX #CFB57A Putty

📋 copy color: '#CFB57A'

red 207 ◦ green 181 ◦ blue 122

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

Shades of Putty #CFB57A

Tints of Putty #CFB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

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

R = 40.59%
G = 35.49%
B = 23.92%

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

#CFB57A (or 0xCFB57A) is known color: Putty. HEX triplet: CF, B5 and 7A. RGB value is (207,181,122). Sum of RGB (Red+Green+Blue) = 207+181+122=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB57A is #304A85. Grayscale: #B6B6B6. Windows color (decimal): -3164806 or 8041935. OLE color: 8041935.

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

Color convert

RGB 207 181 122 -
CMYK 0 0.13 0.41 0.19
HSL 41.65º 0.47% 0.65% -
HSV(B) 41.65º 0.41% 0.81% -
XYZ 45.77 47.72 25.21 -
YUV 182.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 207 181 122 0 0.13 0.41 0.19 41.65 0.47 0.65
Hex CF B5 7A 0 D 29 13 2A 2F 41
Octal 317 265 172 0 15 51 23 52 57 101
Binary 11001111 10110101 1111010 0 1101 101001 10011 101010 101111 1000001

Color Harmonies of #CFB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB57A

Black with #CFB57A

Text Example


Text Example

White with #CFB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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