Html Css Color HEX #CF954E Twine

📋 copy color: '#CF954E'

red 207 ◦ green 149 ◦ blue 78

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

Shades of Twine #CF954E

Tints of Twine #CF954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.33%

 BLUE value IS 78 (30.86% from 255) = 17.97%

R = 47.7%
G = 34.33%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF954E (or 0xCF954E) is known color: Twine. HEX triplet: CF, 95 and 4E. RGB value is (207,149,78). Sum of RGB (Red+Green+Blue) = 207+149+78=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF954E is #306AB1. Grayscale: #9E9E9E. Windows color (decimal): -3173042 or 5150159. OLE color: 5150159.

HSL color Cylindrical-coordinate representation of color #CF954E: hue angle of 33.02º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF954E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 78 -
CMYK 0 0.28 0.62 0.19
HSL 33.02º 0.57% 0.56% -
HSV(B) 33.02º 0.62% 0.81% -
XYZ 37.85 35.31 12.03 -
YUV 158.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 207 149 78 0 0.28 0.62 0.19 33.02 0.57 0.56
Hex CF 95 4E 0 1C 3E 13 21 39 38
Octal 317 225 116 0 34 76 23 41 71 70
Binary 11001111 10010101 1001110 0 11100 111110 10011 100001 111001 111000

Color Harmonies of #CF954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF954E

Black with #CF954E

Text Example


Text Example

White with #CF954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF954E; }

 p { color: rgb(207,149,78); }

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

background-color css

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

 a { background-color: rgb(207,149,78); }

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

border-color css

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

 span { border-color: rgb(207,149,78); }

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