Html Css Color HEX #CFB17B Putty

📋 copy color: '#CFB17B'

red 207 ◦ green 177 ◦ blue 123

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

Shades of Putty #CFB17B

Tints of Putty #CFB17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 40.83%
G = 34.91%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CFB17B (or 0xCFB17B) is known color: Putty. HEX triplet: CF, B1 and 7B. RGB value is (207,177,123). Sum of RGB (Red+Green+Blue) = 207+177+123=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17B is #304E84. Grayscale: #B4B4B4. Windows color (decimal): -3165829 or 8106447. OLE color: 8106447.

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

Color convert

RGB 207 177 123 -
CMYK 0 0.14 0.41 0.19
HSL 38.57º 0.47% 0.65% -
HSV(B) 38.57º 0.41% 0.81% -
XYZ 45.03 46.14 25.27 -
YUV 179.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 207 177 123 0 0.14 0.41 0.19 38.57 0.47 0.65
Hex CF B1 7B 0 E 29 13 27 2F 41
Octal 317 261 173 0 16 51 23 47 57 101
Binary 11001111 10110001 1111011 0 1110 101001 10011 100111 101111 1000001

Color Harmonies of #CFB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB17B

Black with #CFB17B

Text Example


Text Example

White with #CFB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB17B; }

 p { color: rgb(207,177,123); }

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

background-color css

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

 a { background-color: rgb(207,177,123); }

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

border-color css

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

 span { border-color: rgb(207,177,123); }

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