Html Css Color HEX #CFB16B Putty

📋 copy color: '#CFB16B'

red 207 ◦ green 177 ◦ blue 107

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

Shades of Putty #CFB16B

Tints of Putty #CFB16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 42.16%
G = 36.05%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFB16B (or 0xCFB16B) is known color: Putty. HEX triplet: CF, B1 and 6B. RGB value is (207,177,107). Sum of RGB (Red+Green+Blue) = 207+177+107=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB16B is #304E94. Grayscale: #B2B2B2. Windows color (decimal): -3165845 or 7057871. OLE color: 7057871.

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

Color convert

RGB 207 177 107 -
CMYK 0 0.14 0.48 0.19
HSL 42º 0.51% 0.62% -
HSV(B) 42º 0.48% 0.81% -
XYZ 44.11 45.77 20.42 -
YUV 177.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 207 177 107 0 0.14 0.48 0.19 42 0.51 0.62
Hex CF B1 6B 0 E 30 13 2A 33 3E
Octal 317 261 153 0 16 60 23 52 63 76
Binary 11001111 10110001 1101011 0 1110 110000 10011 101010 110011 111110

Color Harmonies of #CFB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB16B

Black with #CFB16B

Text Example


Text Example

White with #CFB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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