Html Css Color HEX #CFB375 Putty

📋 copy color: '#CFB375'

red 207 ◦ green 179 ◦ blue 117

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

Shades of Putty #CFB375

Tints of Putty #CFB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.59%

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 41.15%
G = 35.59%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB375 (or 0xCFB375) is known color: Putty. HEX triplet: CF, B3 and 75. RGB value is (207,179,117). Sum of RGB (Red+Green+Blue) = 207+179+117=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB375 is #304C8A. Grayscale: #B4B4B4. Windows color (decimal): -3165323 or 7713743. OLE color: 7713743.

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

Color convert

RGB 207 179 117 -
CMYK 0 0.14 0.43 0.19
HSL 41.33º 0.48% 0.64% -
HSV(B) 41.33º 0.43% 0.81% -
XYZ 45.06 46.79 23.49 -
YUV 180.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 207 179 117 0 0.14 0.43 0.19 41.33 0.48 0.64
Hex CF B3 75 0 E 2B 13 29 30 40
Octal 317 263 165 0 16 53 23 51 60 100
Binary 11001111 10110011 1110101 0 1110 101011 10011 101001 110000 1000000

Color Harmonies of #CFB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB375

Black with #CFB375

Text Example


Text Example

White with #CFB375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB375; }

 p { color: rgb(207,179,117); }

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

background-color css

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

 a { background-color: rgb(207,179,117); }

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

border-color css

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

 span { border-color: rgb(207,179,117); }

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