Html Css Color HEX #CFB267 Putty

📋 copy color: '#CFB267'

red 207 ◦ green 178 ◦ blue 103

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

Shades of Putty #CFB267

Tints of Putty #CFB267

RGB

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

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

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

R = 42.42%
G = 36.48%
B = 21.11%

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

#CFB267 (or 0xCFB267) is known color: Putty. HEX triplet: CF, B2 and 67. RGB value is (207,178,103). Sum of RGB (Red+Green+Blue) = 207+178+103=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB267 is #304D98. Grayscale: #B2B2B2. Windows color (decimal): -3165593 or 6795983. OLE color: 6795983.

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

Color convert

RGB 207 178 103 -
CMYK 0 0.14 0.50 0.19
HSL 43.27º 0.52% 0.61% -
HSV(B) 43.27º 0.5% 0.81% -
XYZ 44.1 46.09 19.4 -
YUV 178.12 85.61 148.6 -
System Red Green Blue C M Y K H S L
Decimal 207 178 103 0 0.14 0.50 0.19 43.27 0.52 0.61
Hex CF B2 67 0 E 32 13 2B 34 3D
Octal 317 262 147 0 16 62 23 53 64 75
Binary 11001111 10110010 1100111 0 1110 110010 10011 101011 110100 111101

Color Harmonies of #CFB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB267

Black with #CFB267

Text Example


Text Example

White with #CFB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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