Html Css Color HEX #CFB27C Putty

📋 copy color: '#CFB27C'

red 207 ◦ green 178 ◦ blue 124

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

Shades of Putty #CFB27C

Tints of Putty #CFB27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.36%

R = 40.67%
G = 34.97%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CFB27C (or 0xCFB27C) is known color: Putty. HEX triplet: CF, B2 and 7C. RGB value is (207,178,124). Sum of RGB (Red+Green+Blue) = 207+178+124=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB27C is #304D83. Grayscale: #B4B4B4. Windows color (decimal): -3165572 or 8172239. OLE color: 8172239.

HSL color Cylindrical-coordinate representation of color #CFB27C: hue angle of 39.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB27C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 124 -
CMYK 0 0.14 0.40 0.19
HSL 39.04º 0.46% 0.65% -
HSV(B) 39.04º 0.4% 0.81% -
XYZ 45.29 46.56 25.67 -
YUV 180.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 207 178 124 0 0.14 0.40 0.19 39.04 0.46 0.65
Hex CF B2 7C 0 E 28 13 27 2E 41
Octal 317 262 174 0 16 50 23 47 56 101
Binary 11001111 10110010 1111100 0 1110 101000 10011 100111 101110 1000001

Color Harmonies of #CFB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB27C

Black with #CFB27C

Text Example


Text Example

White with #CFB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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