Html Css Color HEX #CFB475 Putty

📋 copy color: '#CFB475'

red 207 ◦ green 180 ◦ blue 117

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

Shades of Putty #CFB475

Tints of Putty #CFB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.71%

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

R = 41.07%
G = 35.71%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB475 (or 0xCFB475) is known color: Putty. HEX triplet: CF, B4 and 75. RGB value is (207,180,117). Sum of RGB (Red+Green+Blue) = 207+180+117=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB475 is #304B8A. Grayscale: #B5B5B5. Windows color (decimal): -3165067 or 7713999. OLE color: 7713999.

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

Color convert

RGB 207 180 117 -
CMYK 0 0.13 0.43 0.19
HSL 42º 0.48% 0.64% -
HSV(B) 42º 0.43% 0.81% -
XYZ 45.26 47.19 23.55 -
YUV 180.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 207 180 117 0 0.13 0.43 0.19 42 0.48 0.64
Hex CF B4 75 0 D 2B 13 2A 30 40
Octal 317 264 165 0 15 53 23 52 60 100
Binary 11001111 10110100 1110101 0 1101 101011 10011 101010 110000 1000000

Color Harmonies of #CFB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB475

Black with #CFB475

Text Example


Text Example

White with #CFB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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