Html Css Color HEX #CCCDB1 Orinoco

📋 copy color: '#CCCDB1'

red 204 ◦ green 205 ◦ blue 177

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

Shades of Orinoco #CCCDB1

Tints of Orinoco #CCCDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 34.81%
G = 34.98%
B = 30.2%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CCCDB1 (or 0xCCCDB1) is known color: Orinoco. HEX triplet: CC, CD and B1. RGB value is (204,205,177). Sum of RGB (Red+Green+Blue) = 204+205+177=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDB1 is #33324E. Grayscale: #C9C9C9. Windows color (decimal): -3355215 or 11652556. OLE color: 11652556.

HSL color Cylindrical-coordinate representation of color #CCCDB1: hue angle of 62.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCCDB1 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 177 -
CMYK 0.00 0 0.14 0.20
HSL 62.14º 0.22% 0.75% -
HSV(B) 62.14º 0.14% 0.8% -
XYZ 54.67 59.67 50.23 -
YUV 201.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 204 205 177 0.00 0 0.14 0.20 62.14 0.22 0.75
Hex CC CD B1 0 0 E 14 3E 16 4B
Octal 314 315 261 0 0 16 24 76 26 113
Binary 11001100 11001101 10110001 0 0 1110 10100 111110 10110 1001011

Color Harmonies of #CCCDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDB1

Black with #CCCDB1

Text Example


Text Example

White with #CCCDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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