Html Css Color HEX #CFB470 Putty

📋 copy color: '#CFB470'

red 207 ◦ green 180 ◦ blue 112

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

Shades of Putty #CFB470

Tints of Putty #CFB470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 41.48%
G = 36.07%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFB470 (or 0xCFB470) is known color: Putty. HEX triplet: CF, B4 and 70. RGB value is (207,180,112). Sum of RGB (Red+Green+Blue) = 207+180+112=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB470 is #304B8F. Grayscale: #B4B4B4. Windows color (decimal): -3165072 or 7386319. OLE color: 7386319.

HSL color Cylindrical-coordinate representation of color #CFB470: hue angle of 42.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFB470 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 112 -
CMYK 0 0.13 0.46 0.19
HSL 42.95º 0.5% 0.63% -
HSV(B) 42.95º 0.46% 0.81% -
XYZ 44.98 47.08 22.05 -
YUV 180.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 207 180 112 0 0.13 0.46 0.19 42.95 0.5 0.63
Hex CF B4 70 0 D 2E 13 2B 32 3F
Octal 317 264 160 0 15 56 23 53 62 77
Binary 11001111 10110100 1110000 0 1101 101110 10011 101011 110010 111111

Color Harmonies of #CFB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB470

Black with #CFB470

Text Example


Text Example

White with #CFB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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