Html Css Color HEX #CFB268 Putty

📋 copy color: '#CFB268'

red 207 ◦ green 178 ◦ blue 104

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

Shades of Putty #CFB268

Tints of Putty #CFB268

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

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

R = 42.33%
G = 36.4%
B = 21.27%

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

#CFB268 (or 0xCFB268) is known color: Putty. HEX triplet: CF, B2 and 68. RGB value is (207,178,104). Sum of RGB (Red+Green+Blue) = 207+178+104=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB268 is #304D97. Grayscale: #B2B2B2. Windows color (decimal): -3165592 or 6861519. OLE color: 6861519.

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

Color convert

RGB 207 178 104 -
CMYK 0 0.14 0.50 0.19
HSL 43.11º 0.52% 0.61% -
HSV(B) 43.11º 0.5% 0.81% -
XYZ 44.15 46.11 19.67 -
YUV 178.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 207 178 104 0 0.14 0.50 0.19 43.11 0.52 0.61
Hex CF B2 68 0 E 32 13 2B 34 3D
Octal 317 262 150 0 16 62 23 53 64 75
Binary 11001111 10110010 1101000 0 1110 110010 10011 101011 110100 111101

Color Harmonies of #CFB268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB268

Black with #CFB268

Text Example


Text Example

White with #CFB268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB268; }

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

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

background-color css

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

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

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

border-color css

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

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

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