Html Css Color HEX #CF994E Twine

📋 copy color: '#CF994E'

red 207 ◦ green 153 ◦ blue 78

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

Shades of Twine #CF994E

Tints of Twine #CF994E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 47.26%
G = 34.93%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF994E (or 0xCF994E) is known color: Twine. HEX triplet: CF, 99 and 4E. RGB value is (207,153,78). Sum of RGB (Red+Green+Blue) = 207+153+78=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF994E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF994E is #3066B1. Grayscale: #A0A0A0. Windows color (decimal): -3172018 or 5151183. OLE color: 5151183.

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

Color convert

RGB 207 153 78 -
CMYK 0 0.26 0.62 0.19
HSL 34.88º 0.57% 0.56% -
HSV(B) 34.88º 0.62% 0.81% -
XYZ 38.5 36.6 12.24 -
YUV 160.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 207 153 78 0 0.26 0.62 0.19 34.88 0.57 0.56
Hex CF 99 4E 0 1A 3E 13 23 39 38
Octal 317 231 116 0 32 76 23 43 71 70
Binary 11001111 10011001 1001110 0 11010 111110 10011 100011 111001 111000

Color Harmonies of #CF994E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF994E

Black with #CF994E

Text Example


Text Example

White with #CF994E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF994E; }

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

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

background-color css

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

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

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

border-color css

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

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

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