Html Css Color HEX #CFB077 Putty

📋 copy color: '#CFB077'

red 207 ◦ green 176 ◦ blue 119

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

Shades of Putty #CFB077

Tints of Putty #CFB077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.71%

R = 41.24%
G = 35.06%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB077 (or 0xCFB077) is known color: Putty. HEX triplet: CF, B0 and 77. RGB value is (207,176,119). Sum of RGB (Red+Green+Blue) = 207+176+119=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB077 is #304F88. Grayscale: #B3B3B3. Windows color (decimal): -3166089 or 7844047. OLE color: 7844047.

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

Color convert

RGB 207 176 119 -
CMYK 0 0.15 0.43 0.19
HSL 38.86º 0.48% 0.64% -
HSV(B) 38.86º 0.43% 0.81% -
XYZ 44.59 45.65 23.91 -
YUV 178.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 207 176 119 0 0.15 0.43 0.19 38.86 0.48 0.64
Hex CF B0 77 0 F 2B 13 27 30 40
Octal 317 260 167 0 17 53 23 47 60 100
Binary 11001111 10110000 1110111 0 1111 101011 10011 100111 110000 1000000

Color Harmonies of #CFB077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB077

Black with #CFB077

Text Example


Text Example

White with #CFB077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB077; }

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

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

background-color css

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

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

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

border-color css

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

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

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