Html Css Color HEX #CFB06C Putty

📋 copy color: '#CFB06C'

red 207 ◦ green 176 ◦ blue 108

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

Shades of Putty #CFB06C

Tints of Putty #CFB06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.85%

 BLUE value IS 108 (42.58% from 255) = 22%

R = 42.16%
G = 35.85%
B = 22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFB06C (or 0xCFB06C) is known color: Putty. HEX triplet: CF, B0 and 6C. RGB value is (207,176,108). Sum of RGB (Red+Green+Blue) = 207+176+108=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB06C is #304F93. Grayscale: #B1B1B1. Windows color (decimal): -3166100 or 7123151. OLE color: 7123151.

HSL color Cylindrical-coordinate representation of color #CFB06C: hue angle of 41.21º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFB06C is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 108 -
CMYK 0 0.15 0.48 0.19
HSL 41.21º 0.51% 0.62% -
HSV(B) 41.21º 0.48% 0.81% -
XYZ 43.96 45.4 20.63 -
YUV 177.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 207 176 108 0 0.15 0.48 0.19 41.21 0.51 0.62
Hex CF B0 6C 0 F 30 13 29 33 3E
Octal 317 260 154 0 17 60 23 51 63 76
Binary 11001111 10110000 1101100 0 1111 110000 10011 101001 110011 111110

Color Harmonies of #CFB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB06C

Black with #CFB06C

Text Example


Text Example

White with #CFB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB06C; }

 p { color: rgb(207,176,108); }

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

background-color css

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

 a { background-color: rgb(207,176,108); }

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

border-color css

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

 span { border-color: rgb(207,176,108); }

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