Html Css Color HEX #CFB178 Putty

📋 copy color: '#CFB178'

red 207 ◦ green 177 ◦ blue 120

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

Shades of Putty #CFB178

Tints of Putty #CFB178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 41.07%
G = 35.12%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFB178 (or 0xCFB178) is known color: Putty. HEX triplet: CF, B1 and 78. RGB value is (207,177,120). Sum of RGB (Red+Green+Blue) = 207+177+120=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB178 is #304E87. Grayscale: #B3B3B3. Windows color (decimal): -3165832 or 7909839. OLE color: 7909839.

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

Color convert

RGB 207 177 120 -
CMYK 0 0.14 0.42 0.19
HSL 39.31º 0.48% 0.64% -
HSV(B) 39.31º 0.42% 0.81% -
XYZ 44.84 46.07 24.3 -
YUV 179.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 207 177 120 0 0.14 0.42 0.19 39.31 0.48 0.64
Hex CF B1 78 0 E 2A 13 27 30 40
Octal 317 261 170 0 16 52 23 47 60 100
Binary 11001111 10110001 1111000 0 1110 101010 10011 100111 110000 1000000

Color Harmonies of #CFB178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB178

Black with #CFB178

Text Example


Text Example

White with #CFB178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB178; }

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

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

background-color css

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

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

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

border-color css

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

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

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