Html Css Color HEX #CE914F Twine

📋 copy color: '#CE914F'

red 206 ◦ green 145 ◦ blue 79

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

Shades of Twine #CE914F

Tints of Twine #CE914F

RGB

 RED value IS 206 (80.86% from 255) = 47.91%

 GREEN value IS 145 (57.03% from 255) = 33.72%

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 47.91%
G = 33.72%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE914F (or 0xCE914F) is known color: Twine. HEX triplet: CE, 91 and 4F. RGB value is (206,145,79). Sum of RGB (Red+Green+Blue) = 206+145+79=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE914F is #316EB0. Grayscale: #9C9C9C. Windows color (decimal): -3239601 or 5214670. OLE color: 5214670.

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

Color convert

RGB 206 145 79 -
CMYK 0 0.30 0.62 0.19
HSL 31.18º 0.56% 0.56% -
HSV(B) 31.18º 0.62% 0.81% -
XYZ 36.99 33.94 12 -
YUV 155.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 145 79 0 0.30 0.62 0.19 31.18 0.56 0.56
Hex CE 91 4F 0 1E 3E 13 1F 38 38
Octal 316 221 117 0 36 76 23 37 70 70
Binary 11001110 10010001 1001111 0 11110 111110 10011 11111 111000 111000

Color Harmonies of #CE914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE914F

Black with #CE914F

Text Example


Text Example

White with #CE914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE914F; }

 p { color: rgb(206,145,79); }

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

background-color css

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

 a { background-color: rgb(206,145,79); }

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

border-color css

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

 span { border-color: rgb(206,145,79); }

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