Html Css Color HEX #CFB066 Putty

📋 copy color: '#CFB066'

red 207 ◦ green 176 ◦ blue 102

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

Shades of Putty #CFB066

Tints of Putty #CFB066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 42.68%
G = 36.29%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFB066 (or 0xCFB066) is known color: Putty. HEX triplet: CF, B0 and 66. RGB value is (207,176,102). Sum of RGB (Red+Green+Blue) = 207+176+102=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB066 is #304F99. Grayscale: #B1B1B1. Windows color (decimal): -3166106 or 6729935. OLE color: 6729935.

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

Color convert

RGB 207 176 102 -
CMYK 0 0.15 0.51 0.19
HSL 42.29º 0.52% 0.61% -
HSV(B) 42.29º 0.51% 0.81% -
XYZ 43.66 45.28 19.01 -
YUV 176.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 207 176 102 0 0.15 0.51 0.19 42.29 0.52 0.61
Hex CF B0 66 0 F 33 13 2A 34 3D
Octal 317 260 146 0 17 63 23 52 64 75
Binary 11001111 10110000 1100110 0 1111 110011 10011 101010 110100 111101

Color Harmonies of #CFB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB066

Black with #CFB066

Text Example


Text Example

White with #CFB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB066; }

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

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

background-color css

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

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

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

border-color css

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

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

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