Html Css Color HEX #CB8D4D Twine

📋 copy color: '#CB8D4D'

red 203 ◦ green 141 ◦ blue 77

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

Shades of Twine #CB8D4D

Tints of Twine #CB8D4D

RGB

 RED value IS 203 (79.69% from 255) = 48.22%

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 48.22%
G = 33.49%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB8D4D (or 0xCB8D4D) is known color: Twine. HEX triplet: CB, 8D and 4D. RGB value is (203,141,77). Sum of RGB (Red+Green+Blue) = 203+141+77=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D4D is #3472B2. Grayscale: #989898. Windows color (decimal): -3437235 or 5082571. OLE color: 5082571.

HSL color Cylindrical-coordinate representation of color #CB8D4D: hue angle of 30.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB8D4D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 77 -
CMYK 0 0.31 0.62 0.20
HSL 30.48º 0.55% 0.55% -
HSV(B) 30.48º 0.62% 0.8% -
XYZ 35.49 32.28 11.38 -
YUV 152.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 203 141 77 0 0.31 0.62 0.20 30.48 0.55 0.55
Hex CB 8D 4D 0 1F 3E 14 1E 37 37
Octal 313 215 115 0 37 76 24 36 67 67
Binary 11001011 10001101 1001101 0 11111 111110 10100 11110 110111 110111

Color Harmonies of #CB8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D4D

Black with #CB8D4D

Text Example


Text Example

White with #CB8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D4D; }

 p { color: rgb(203,141,77); }

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

background-color css

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

 a { background-color: rgb(203,141,77); }

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

border-color css

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

 span { border-color: rgb(203,141,77); }

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