Html Css Color HEX #CCCEB7 Orinoco

📋 copy color: '#CCCEB7'

red 204 ◦ green 206 ◦ blue 183

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

Shades of Orinoco #CCCEB7

Tints of Orinoco #CCCEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 34.4%
G = 34.74%
B = 30.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CCCEB7 (or 0xCCCEB7) is known color: Orinoco. HEX triplet: CC, CE and B7. RGB value is (204,206,183). Sum of RGB (Red+Green+Blue) = 204+206+183=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCEB7 is #333148. Grayscale: #CACACA. Windows color (decimal): -3354953 or 12046028. OLE color: 12046028.

HSL color Cylindrical-coordinate representation of color #CCCEB7: hue angle of 65.22º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEB7 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 183 -
CMYK 0.01 0 0.11 0.19
HSL 65.22º 0.19% 0.76% -
HSV(B) 65.22º 0.11% 0.81% -
XYZ 55.52 60.4 53.53 -
YUV 202.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 204 206 183 0.01 0 0.11 0.19 65.22 0.19 0.76
Hex CC CE B7 1 0 B 13 41 13 4C
Octal 314 316 267 1 0 13 23 101 23 114
Binary 11001100 11001110 10110111 1 0 1011 10011 1000001 10011 1001100

Color Harmonies of #CCCEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEB7

Black with #CCCEB7

Text Example


Text Example

White with #CCCEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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