Html Css Color HEX #CFB167 Putty

📋 copy color: '#CFB167'

red 207 ◦ green 177 ◦ blue 103

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

Shades of Putty #CFB167

Tints of Putty #CFB167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.15%

R = 42.51%
G = 36.34%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFB167 (or 0xCFB167) is known color: Putty. HEX triplet: CF, B1 and 67. RGB value is (207,177,103). Sum of RGB (Red+Green+Blue) = 207+177+103=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB167 is #304E98. Grayscale: #B1B1B1. Windows color (decimal): -3165849 or 6795727. OLE color: 6795727.

HSL color Cylindrical-coordinate representation of color #CFB167: hue angle of 42.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFB167 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 177 103 -
CMYK 0 0.14 0.50 0.19
HSL 42.69º 0.52% 0.61% -
HSV(B) 42.69º 0.5% 0.81% -
XYZ 43.9 45.69 19.34 -
YUV 177.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 207 177 103 0 0.14 0.50 0.19 42.69 0.52 0.61
Hex CF B1 67 0 E 32 13 2B 34 3D
Octal 317 261 147 0 16 62 23 53 64 75
Binary 11001111 10110001 1100111 0 1110 110010 10011 101011 110100 111101

Color Harmonies of #CFB167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB167

Black with #CFB167

Text Example


Text Example

White with #CFB167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB167; }

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

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

background-color css

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

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

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

border-color css

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

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

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