Html Css Color HEX #CCB893 Sour Dough

📋 copy color: '#CCB893'

red 204 ◦ green 184 ◦ blue 147

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

Shades of Sour Dough #CCB893

Tints of Sour Dough #CCB893

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

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

R = 38.13%
G = 34.39%
B = 27.48%

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

#CCB893 (or 0xCCB893) is known color: Sour Dough. HEX triplet: CC, B8 and 93. RGB value is (204,184,147). Sum of RGB (Red+Green+Blue) = 204+184+147=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB893 is #33476C. Grayscale: #B9B9B9. Windows color (decimal): -3360621 or 9681100. OLE color: 9681100.

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

Color convert

RGB 204 184 147 -
CMYK 0 0.10 0.28 0.2
HSL 38.95º 0.36% 0.69% -
HSV(B) 38.95º 0.28% 0.8% -
XYZ 47.31 49.22 34.61 -
YUV 185.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 204 184 147 0 0.10 0.28 0.2 38.95 0.36 0.69
Hex CC B8 93 0 A 1C 14 27 24 45
Octal 314 270 223 0 12 34 24 47 44 105
Binary 11001100 10111000 10010011 0 1010 11100 10100 100111 100100 1000101

Color Harmonies of #CCB893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB893

Black with #CCB893

Text Example


Text Example

White with #CCB893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB893; }

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

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

background-color css

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

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

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

border-color css

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

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

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