Html Css Color HEX #CF9950 Twine

📋 copy color: '#CF9950'

red 207 ◦ green 153 ◦ blue 80

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

Shades of Twine #CF9950

Tints of Twine #CF9950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 47.05%
G = 34.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF9950 (or 0xCF9950) is known color: Twine. HEX triplet: CF, 99 and 50. RGB value is (207,153,80). Sum of RGB (Red+Green+Blue) = 207+153+80=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9950 is #3066AF. Grayscale: #A1A1A1. Windows color (decimal): -3172016 or 5282255. OLE color: 5282255.

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

Color convert

RGB 207 153 80 -
CMYK 0 0.26 0.61 0.19
HSL 34.49º 0.57% 0.56% -
HSV(B) 34.49º 0.61% 0.81% -
XYZ 38.57 36.63 12.63 -
YUV 160.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 207 153 80 0 0.26 0.61 0.19 34.49 0.57 0.56
Hex CF 99 50 0 1A 3D 13 22 39 38
Octal 317 231 120 0 32 75 23 42 71 70
Binary 11001111 10011001 1010000 0 11010 111101 10011 100010 111001 111000

Color Harmonies of #CF9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9950

Black with #CF9950

Text Example


Text Example

White with #CF9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9950; }

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

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

background-color css

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

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

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

border-color css

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

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

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