Html Css Color HEX #CFB368 Putty

📋 copy color: '#CFB368'

red 207 ◦ green 179 ◦ blue 104

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

Shades of Putty #CFB368

Tints of Putty #CFB368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 42.24%
G = 36.53%
B = 21.22%

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

#CFB368 (or 0xCFB368) is known color: Putty. HEX triplet: CF, B3 and 68. RGB value is (207,179,104). Sum of RGB (Red+Green+Blue) = 207+179+104=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB368 is #304C97. Grayscale: #B3B3B3. Windows color (decimal): -3165336 or 6861775. OLE color: 6861775.

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

Color convert

RGB 207 179 104 -
CMYK 0 0.14 0.50 0.19
HSL 43.69º 0.52% 0.61% -
HSV(B) 43.69º 0.5% 0.81% -
XYZ 44.35 46.51 19.74 -
YUV 178.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 207 179 104 0 0.14 0.50 0.19 43.69 0.52 0.61
Hex CF B3 68 0 E 32 13 2C 34 3D
Octal 317 263 150 0 16 62 23 54 64 75
Binary 11001111 10110011 1101000 0 1110 110010 10011 101100 110100 111101

Color Harmonies of #CFB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB368

Black with #CFB368

Text Example


Text Example

White with #CFB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB368; }

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

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

background-color css

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

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

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

border-color css

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

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

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