Html Css Color HEX #CCB793 Sour Dough

📋 copy color: '#CCB793'

red 204 ◦ green 183 ◦ blue 147

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

Shades of Sour Dough #CCB793

Tints of Sour Dough #CCB793

RGB

 RED value IS 204 (80.08% from 255) = 38.2%

 GREEN value IS 183 (71.88% from 255) = 34.27%

 BLUE value IS 147 (57.81% from 255) = 27.53%

R = 38.2%
G = 34.27%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB793 (or 0xCCB793) is known color: Sour Dough. HEX triplet: CC, B7 and 93. RGB value is (204,183,147). Sum of RGB (Red+Green+Blue) = 204+183+147=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB793 is #33486C. Grayscale: #B9B9B9. Windows color (decimal): -3360877 or 9680844. OLE color: 9680844.

HSL color Cylindrical-coordinate representation of color #CCB793: hue angle of 37.89º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB793 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 147 -
CMYK 0 0.10 0.28 0.2
HSL 37.89º 0.36% 0.69% -
HSV(B) 37.89º 0.28% 0.8% -
XYZ 47.1 48.81 34.54 -
YUV 185.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 204 183 147 0 0.10 0.28 0.2 37.89 0.36 0.69
Hex CC B7 93 0 A 1C 14 26 24 45
Octal 314 267 223 0 12 34 24 46 44 105
Binary 11001100 10110111 10010011 0 1010 11100 10100 100110 100100 1000101

Color Harmonies of #CCB793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB793

Black with #CCB793

Text Example


Text Example

White with #CCB793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB793; }

 p { color: rgb(204,183,147); }

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

background-color css

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

 a { background-color: rgb(204,183,147); }

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

border-color css

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

 span { border-color: rgb(204,183,147); }

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