Html Css Color HEX #CCB193 Sour Dough

📋 copy color: '#CCB193'

red 204 ◦ green 177 ◦ blue 147

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

Shades of Sour Dough #CCB193

Tints of Sour Dough #CCB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.52%

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

R = 38.64%
G = 33.52%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB193 (or 0xCCB193) is known color: Sour Dough. HEX triplet: CC, B1 and 93. RGB value is (204,177,147). Sum of RGB (Red+Green+Blue) = 204+177+147=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB193 is #334E6C. Grayscale: #B5B5B5. Windows color (decimal): -3362413 or 9679308. OLE color: 9679308.

HSL color Cylindrical-coordinate representation of color #CCB193: hue angle of 31.58º 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 #CCB193 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 147 -
CMYK 0 0.13 0.28 0.2
HSL 31.58º 0.36% 0.69% -
HSV(B) 31.58º 0.28% 0.8% -
XYZ 45.89 46.39 34.14 -
YUV 181.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 204 177 147 0 0.13 0.28 0.2 31.58 0.36 0.69
Hex CC B1 93 0 D 1C 14 20 24 45
Octal 314 261 223 0 15 34 24 40 44 105
Binary 11001100 10110001 10010011 0 1101 11100 10100 100000 100100 1000101

Color Harmonies of #CCB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB193

Black with #CCB193

Text Example


Text Example

White with #CCB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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